We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0cb5a commit 220a014Copy full SHA for 220a014
1 file changed
docs/Customization/Talon Framework/settings.md
@@ -28,7 +28,7 @@ class Actions:
28
actions.edit.copy()
29
actions.app.window_next()
30
# Sleep to avoid pasting during the window switching process
31
- value = settings.get("user.my_prefix_set_sleep_amount")
+ value = settings.get("user.my_prefix_sleep_amount")
32
print(f"The current value of the setting is {value}")
33
actions.sleep(f"{value}ms")
34
actions.edit.paste()
0 commit comments