mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Qt: Remove keyboard shortcuts from .ui files (#6655)
Fixes keybinds being reset on a language change
This commit is contained in:
committed by
GitHub
parent
cce7f2cbc4
commit
99a666e6c9
@@ -380,9 +380,6 @@
|
||||
<property name="toolTip">
|
||||
<string>Press Ctrl+Alt+Del</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+F12</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionCtrl_Alt_Esc">
|
||||
<property name="icon">
|
||||
@@ -432,9 +429,6 @@
|
||||
<property name="text">
|
||||
<string>&Fullscreen</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+Alt+PgUp</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSoftware_Renderer">
|
||||
<property name="checkable">
|
||||
@@ -752,9 +746,6 @@
|
||||
<property name="text">
|
||||
<string>Take s&creenshot</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+F11</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../qt_resources.qrc">
|
||||
<normaloff>:/menuicons/qt/icons/take_screenshot.ico</normaloff>:/menuicons/qt/icons/take_screenshot.ico</iconset>
|
||||
|
||||
Reference in New Issue
Block a user