Add a number of standard keyboard shortcuts to menu items in the Qt UI,
authorHaakon Nilsen <haakonn@gmail.com>
Sat, 30 Nov 2013 19:03:51 +0000 (20:03 +0100)
committerHaakon Nilsen <haakonn@gmail.com>
Sat, 30 Nov 2013 19:03:51 +0000 (20:03 +0100)
commited04e98c55c24dfcd16224e838c1fcaba4ca2fbc
tree78d47621b2ab7c16e79eb67c0eb61e06b35b037b
parentc389b47c21d7c1a6be3ebb36839a1ea48651a08c
Add a number of standard keyboard shortcuts to menu items in the Qt UI,
especially under the File menu. To make action names more conventional,
rename "Create/Restore" to "New/Restore", "Copy" to "Save Copy", and
"Close" to "Quit". This also resolves the situation where
Create/Restore, Copy and Close all had "C" as their mnemonic.

Also allow fast switching between tabs by using Alt+[1-5], same as
in tabbed web browsers. Ctrl+PgUp/PgDown is still available.
gui/qt/main_window.py