Skip to content

Commit

Permalink
added editor hotkey
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenZcience committed Jan 24, 2024
1 parent 9a51b04 commit e3f2cf5
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 @@ -8,6 +8,7 @@
b'^M' : b'_key_enter', # CR
b'^J' : b'_key_enter', # LF
b'PADENTER' : b'_key_enter', # numpad
b'SHF_PADENTER' : b'_key_enter',
b'KEY_ENTER' : b'_key_enter', # 'fn' mode
# ctrl - newline
b'CTL_ENTER' : b'_key_enter', # windows
Expand Down

0 comments on commit e3f2cf5

Please sign in to comment.