Skip to content

Commit

Permalink
Fix issue #12
Browse files Browse the repository at this point in the history
  • Loading branch information
genotrance committed Sep 9, 2018
1 parent d6c4f5e commit 06b5c2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/snip/term/xterm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ CTRL_F11 = 279150515953126
CTRL_F12 = 279150525953126
CTRL_BACKSPACE = 8
CTRL_INSERT = 2791505953126
CTRL_HOME = 279149595372
CTRL_PAGEUP = 2791535953126
# CTRL_TAB = 9 - duplicate of TAB
# CTRL_ENTER = 10 - duplicate of ENTER
CTRL_DELETE = 2791515953126
CTRL_END = 279149595370
CTRL_PAGEDOWN = 2791545953126
CTRL_UP = 279149595365
CTRL_LEFT = 279149595368
Expand Down Expand Up @@ -107,4 +109,4 @@ ALT_PAGEDOWN = 2791545951126
ALT_UP = 279149595165
ALT_LEFT = 279149595168
ALT_DOWN = 279149595166
ALT_RIGHT = 279149595167
ALT_RIGHT = 279149595167

0 comments on commit 06b5c2f

Please sign in to comment.