Changeset - r23002:d3a754640485
[Not reviewed]
master
0 1 0
Samuel Cochran - 6 years ago 2018-09-16 08:10:26
sj26@sj26.com
Add: BACKSPACE can be mapped as a hotkey
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/hotkeys.cpp
Show inline comments
 
@@ -41,6 +41,7 @@ static const KeycodeNames _keycode_to_na
 
	{"GLOBAL", WKC_GLOBAL_HOTKEY},
 
	{"ESC", WKC_ESC},
 
	{"DEL", WKC_DELETE},
 
	{"BACKSPACE", WKC_BACKSPACE},
 
	{"RETURN", WKC_RETURN},
 
	{"BACKQUOTE", WKC_BACKQUOTE},
 
	{"F1", WKC_F1},
0 comments (0 inline, 0 general)