diff options
author | Pavel Pisa <pisa@cmp.felk.cvut.cz> | 2019-08-20 09:31:50 +0200 |
---|---|---|
committer | Pavel Pisa <pisa@cmp.felk.cvut.cz> | 2019-08-20 09:31:50 +0200 |
commit | 9b67560e03618b1e1ff2a07b4f01d62d0fd0ecdc (patch) | |
tree | a1da057b927473c5c0a9371f6130e999ce18114b /qtmips_gui | |
parent | 724ee7e216d315ffa75c6930f4d290ccd0fe91bf (diff) | |
download | qtmips-9b67560e03618b1e1ff2a07b4f01d62d0fd0ecdc.tar.gz qtmips-9b67560e03618b1e1ff2a07b4f01d62d0fd0ecdc.tar.bz2 qtmips-9b67560e03618b1e1ff2a07b4f01d62d0fd0ecdc.zip |
Replace shortcuts to not hide Ctrl+C and some others.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_gui')
-rw-r--r-- | qtmips_gui/MainWindow.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qtmips_gui/MainWindow.ui b/qtmips_gui/MainWindow.ui index 0e51abc..02d98c5 100644 --- a/qtmips_gui/MainWindow.ui +++ b/qtmips_gui/MainWindow.ui @@ -182,7 +182,7 @@ <string>New source</string> </property> <property name="shortcut"> - <string>Ctrl+N</string> + <string>Ctrl+F</string> </property> </action> <action name="actionOpen"> @@ -244,7 +244,7 @@ <string>Close source</string> </property> <property name="shortcut"> - <string>Ctrl+C</string> + <string>Ctrl+W</string> </property> </action> <action name="actionCompileSource"> @@ -262,7 +262,7 @@ <string>Compile source and update memory</string> </property> <property name="shortcut"> - <string>Ctrl+C</string> + <string>Ctrl+E</string> </property> </action> <action name="actionBuildExe"> @@ -506,7 +506,7 @@ <string>Run at maximal speed, skip visualization for 100 msec</string> </property> <property name="shortcut"> - <string>Ctrl+M</string> + <string>Ctrl+A</string> </property> </action> <action name="actionAboutQt"> |