Skip to content

Commit

Permalink
Add Ctrl+s to stop speech
Browse files Browse the repository at this point in the history
  • Loading branch information
tspivey committed Jul 10, 2022
1 parent aec4914 commit af3f918
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/keys/reader/keys.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
{"name": "prevline", "keys": "ctrl+shift+u"},
{"name": "curline", "keys": "ctrl+shift+i"},
{"name": "nextline", "keys": "ctrl+shift+o"},
{"name": "lastline", "keys": "ctrl+shift+n"}
{"name": "lastline", "keys": "ctrl+shift+n"},
{"name": "stopspeech", "keys": "ctrl+s"}
]
1 change: 1 addition & 0 deletions src/keys/reader/stopspeech.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
reader.stop()

0 comments on commit af3f918

Please sign in to comment.