Skip to content

Commit

Permalink
Add: BACKSPACE can be mapped as a hotkey
Browse files Browse the repository at this point in the history
  • Loading branch information
sj26 authored and michicc committed Sep 16, 2018
1 parent ca5b681 commit 1a73c39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hotkeys.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ static const KeycodeNames _keycode_to_name[] = {
{"GLOBAL", WKC_GLOBAL_HOTKEY},
{"ESC", WKC_ESC},
{"DEL", WKC_DELETE},
{"BACKSPACE", WKC_BACKSPACE},
{"RETURN", WKC_RETURN},
{"BACKQUOTE", WKC_BACKQUOTE},
{"F1", WKC_F1},
Expand Down

0 comments on commit 1a73c39

Please sign in to comment.