Skip to content

Commit

Permalink
fix notepad windows 11 behavior, update settings, and remove redundan…
Browse files Browse the repository at this point in the history
…t file
  • Loading branch information
chrisnicollo committed Oct 21, 2024
1 parent 881e97e commit 95f9ac2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 5 additions & 0 deletions apps/notepad/notepad.talon
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ app: notepad

tag(): user.tabs
tag(): user.find_and_replace
# chrisnicollo EDIT START: add windows 11 notepad dictation fix
settings():
# Always paste to insert since the new notepad is slow
user.paste_to_insert_threshold = 0
# chrisnicollo EDIT END
3 changes: 0 additions & 3 deletions personal_extras/menu.talon

This file was deleted.

4 changes: 2 additions & 2 deletions settings.talon
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ settings():

# Set the number of command lines to display per help page
# chrisnicollo EDIT - was originally 50
user.help_max_command_lines_per_page = 40
user.help_max_command_lines_per_page = 35

# Set the number of contexts to display per help page
user.help_max_contexts_per_page = 20
Expand All @@ -32,7 +32,7 @@ settings():
# 0 = off
# 1 = on with eyetracker but not zoom mouse mode
# 2 = on but not with zoom mouse mode
user.mouse_enable_pop_click = 2
user.mouse_enable_pop_click = 1

# If `true`, use a hissing noise to scroll continuously
user.mouse_enable_hiss_scroll = false
Expand Down

0 comments on commit 95f9ac2

Please sign in to comment.