diff options
author | Arisotura <thetotalworm@gmail.com> | 2019-06-04 15:53:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-04 15:53:32 +0200 |
commit | 33caccf70143ec84f89b867c3e6d6da5a9a7fe3a (patch) | |
tree | bd3fb3325db3743eef00cf3ddffafdeb644370a9 /src/libui_sdl/DlgInputConfig.cpp | |
parent | 3134c8fc66d1fbd5706930a3e3e64ce118406fe5 (diff) | |
parent | 97f4b5f70b67ea5cc142fbd1f3982c36b915a5d9 (diff) |
Merge pull request #401 from Ace4896/fast-forward-hotkey
Add Fast Forward (Hold and Toggle) Hotkeys
Diffstat (limited to 'src/libui_sdl/DlgInputConfig.cpp')
-rw-r--r-- | src/libui_sdl/DlgInputConfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libui_sdl/DlgInputConfig.cpp b/src/libui_sdl/DlgInputConfig.cpp index b77f8fe..b17f049 100644 --- a/src/libui_sdl/DlgInputConfig.cpp +++ b/src/libui_sdl/DlgInputConfig.cpp @@ -58,7 +58,7 @@ char dskeylabels[12][8] = {"A:", "B:", "Select:", "Start:", "Right:", "Left:", " int identity[32] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31}; -char hotkeylabels[HK_MAX][32] = {"Close/open lid:", "Microphone:"}; +char hotkeylabels[HK_MAX][32] = {"Close/open lid:", "Microphone:", "Fast Forward:", "Fast Forward (Toggle):"}; int openedmask; InputDlgData inputdlg[2]; |