diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-11-21 12:22:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-11-21 12:22:33 +0300 |
commit | 59a492dcc6973d96810cf5548859fd94a6608eee (patch) | |
tree | ffcbf994db89550721d46d266cc9e22c88cf042f /src/gui/setupactiondata.h | |
parent | bee3a0e524c3d02eb754c7096c259748c35605f6 (diff) | |
download | plus-59a492dcc6973d96810cf5548859fd94a6608eee.tar.gz plus-59a492dcc6973d96810cf5548859fd94a6608eee.tar.bz2 plus-59a492dcc6973d96810cf5548859fd94a6608eee.tar.xz plus-59a492dcc6973d96810cf5548859fd94a6608eee.zip |
add new gui shortcuts into settings.
Before it had only default values and cant be changed from settings.
Diffstat (limited to 'src/gui/setupactiondata.h')
-rw-r--r-- | src/gui/setupactiondata.h | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/src/gui/setupactiondata.h b/src/gui/setupactiondata.h index 45ff55e83..97a81ce6c 100644 --- a/src/gui/setupactiondata.h +++ b/src/gui/setupactiondata.h @@ -1835,6 +1835,62 @@ static SetupActionData setupActionData8[] = "", }, { + // TRANSLATORS: input action name + N_("Ctrl"), + Input::KEY_GUI_CTRL, + "", + }, + { + "B", + Input::KEY_GUI_B, + "", + }, + { + "C", + Input::KEY_GUI_C, + "", + }, + { + "D", + Input::KEY_GUI_D, + "", + }, + { + "E", + Input::KEY_GUI_E, + "", + }, + { + "F", + Input::KEY_GUI_F, + "", + }, + { + "H", + Input::KEY_GUI_H, + "", + }, + { + "K", + Input::KEY_GUI_K, + "", + }, + { + "U", + Input::KEY_GUI_U, + "", + }, + { + "V", + Input::KEY_GUI_V, + "", + }, + { + "W", + Input::KEY_GUI_W, + "", + }, + { "", Input::KEY_NO_VALUE, "" |