Feature #1488
openMake GTK and Qt clients menu items more similar
0%
Description
Spun off from #1293
Changes mostly to Qt client, items 2 & 5 are changes to GTK clients.
1
Unit menu item un(S)entry all on tile
Is Ctrl/Meta Shift D in Qt
"shift+s" is GTK only, Qt uses it for multiplayer_menu item "Set/Unset rally point",
and could use "shift+r" instead.
2
Qt has Ctrl/Meta F "Toggle city full bar visibility",
GTK View menu item "City Full Bar" lacking shortcut key,
because Ctrl/Meta F is GTK "Find City" menu item. GTK could use
Ctrl/Meta C for "Find _City" and then use Ctrl/Meta F for
"City _Full Bar" kike Qt.
3
Qt missing Meta-T shortcut for "Tax Rates..." menu item
4
Qt missing Shift-G shortcut for "Revolution" menu item
5
Qt has Ctrl/Meta + shift + J "Load Lua script"
GTK has menu item "Client _Lua Script" with no shortcut.
6
z: select only first unit of selected group
is shift+z in qt
7
Ctrl-Y: show/hide city outlines
Qt lacking this shortcut key.
Files
Updated by Marko Lindqvist 30 days ago
- Tracker changed from Tasks to Feature
- Target version set to 3.3.0
Updated by Marko Lindqvist 30 days ago
- File freeciv-keys.ods freeciv-keys.ods added
For reference, partial list of keys from the time I last worked on making them more consistent and unified between clients. (Libreoffice spreadsheet)
Updated by Marko Lindqvist 29 days ago
- Related to Bug #1293: Help -> Controls is wrong for qt client added
Updated by Marko Lindqvist 25 days ago
- Related to Feature #1497: Qt: Rally point key to "<ctrl><shift>r" added
Updated by Dean Brown 16 days ago
- File 1488patch.diff 1488patch.diff added
This patch just changes the QT client, and doesn't do the change in #1497.
I'm not sure the GTK clients should be changed (items 2 & 5 in the list). 2 - I expect the GTK "Find City" menu item gets used a lot and users might not like having its shortcut changed. 5 - is pretty trivial and likely not much used.
Updated by Dean Brown 16 days ago
- File 1488Corrected.patch 1488Corrected.patch added
That was a bad patch, now corrected. Item 1 in the list needs to be part of the change in #1497.
Updated by Dean Brown 13 days ago
- File 1488CorrectedAgain.patch 1488CorrectedAgain.patch added
Found another mistake. Shortcut for Government menu item "Revolution" should be "ctrl+shift+g" to match GTK.