forked from talonhub/community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.talon
75 lines (57 loc) · 3.07 KB
/
settings.talon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
settings():
speech.timeout = 0.5
# Adjust the scale of the imgui to my liking
imgui.scale = 1.2
# If `true`, automatically show the picker GUI when the file manager has focus
user.file_manager_auto_show_pickers = false
# Set the number of command lines to display per help page
user.help_max_command_lines_per_page = 50
# Set the number of contexts to display per help page
user.help_max_contexts_per_page = 20
# Set the scroll amount for continuous scroll/gaze scroll
user.mouse_continuous_scroll_amount = 80
# If `true`, stop continuous scroll/gaze scroll with a pop
user.mouse_enable_pop_stops_scroll = true
# Choose how pop click should work in 'control mouse' mode
# 0 = off
# 1 = on with eyetracker but not zoom mouse mode
# 2 = on but not with zoom mouse mode
user.mouse_enable_pop_click = 1
# If `true`, use a hissing noise to scroll continuously
user.mouse_enable_hiss_scroll = false
# If `true`, hide the continuous scroll/gaze scroll GUI
user.mouse_hide_mouse_gui = false
# If `true`, hide the cursor when enabling zoom mouse
user.mouse_wake_hides_cursor = false
# Set the amount to scroll up/down
user.mouse_wheel_down_amount = 120
# Set the amount to scroll left/right
user.mouse_wheel_horizontal_amount = 40
# Mouse grid and friends put the number one on the bottom left (vs on the top left)
user.grids_put_one_bottom_left = true
# the number of lines of command history to display by default
user.command_history_display = 20
# the number of lines of command history to keep in total;
# "command history more" to display all of them, "command history less" to restore
user.command_history_size = 50
# Uncomment to add a directory (relative to the Talon user dir) with additional
# .snippet files. Changing this setting requires a restart of Talon.
# user.snippets_dir = "snippets"
# Uncomment to insert text longer than 10 characters (customizable) by pasting from
# the clipboard. This is often faster than typing.
# user.paste_to_insert_threshold = 10
# Uncomment to enable context-sensitive dictation. This determines how to format
# (capitalize, space) dictation-mode speech by selecting & copying surrounding text
# before inserting. This can be slow and may not work in some applications. You may
# wish to enable this on a per-application basis.
# user.context_sensitive_dictation = true
# Choose how to resize windows moved across physical screens (eg. via `snap next`).
# Default is 'proportional', which preserves window size : screen size ratio.
# 'size aware' keeps absolute window size the same, except full-height or
# -width windows are resized to stay full-height/width.
# user.window_snap_screen = "size aware"
# uncomment tag to enable mouse grid
tag(): user.mouse_grid_enabled
# Uncomment to enable the curse yes/curse no commands (show/hide mouse cursor).
# See issue #688 for more detail: https://github.com/talonhub/community/issues/688
# tag(): user.mouse_cursor_commands_enable