1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-04-19 01:00:47 +01:00

Merge pull request #155 from darkpioneer/master

Setting shortcut for "Show Menubar" action to Ctrl+Shift+M
This commit is contained in:
Filippo Scognamiglio 2014-10-11 01:29:31 +02:00
commit 568d278871

View File

@ -48,6 +48,7 @@ ApplicationWindow{
id: showMenubarAction id: showMenubarAction
text: qsTr("Show Menubar") text: qsTr("Show Menubar")
enabled: Qt.platform.os !== "osx" enabled: Qt.platform.os !== "osx"
shortcut: "Ctrl+Shift+M"
checkable: true checkable: true
checked: shadersettings.showMenubar checked: shadersettings.showMenubar
onTriggered: shadersettings.showMenubar = !shadersettings.showMenubar onTriggered: shadersettings.showMenubar = !shadersettings.showMenubar