Skip to content

Commit

Permalink
added alt+s as save editor hotkey
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenZcience committed Feb 18, 2024
1 parent 295bbfd commit 952e197
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cat_win/util/editorhelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
b'^Z' : b'_key_undo',
b'^Y' : b'_key_redo',
# actions
b'ALT_S' : b'_action_save',
b'^S' : b'_action_save',
b'^E' : b'_action_jump',
b'^F' : b'_action_find',
Expand Down

0 comments on commit 952e197

Please sign in to comment.