mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
*Press the traditionally used F11 key to go fullscreen instead of F12.
I was confused the first time I tried. Patched for both Windows and Qt frontends, includes Qt translations.
This commit is contained in:
parent
7d566b9ec5
commit
1d91aa7659
@ -1043,8 +1043,8 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.ui" line="363"/>
|
||||
<source>F12</source>
|
||||
<translation>F12</translation>
|
||||
<source>F11</source>
|
||||
<translation>F11</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.ui" line="371"/>
|
||||
|
@ -1030,8 +1030,8 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.ui" line="363"/>
|
||||
<source>F12</source>
|
||||
<translation>F12</translation>
|
||||
<source>F11</source>
|
||||
<translation>F11</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.ui" line="371"/>
|
||||
|
@ -1026,7 +1026,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.ui" line="363"/>
|
||||
<source>F12</source>
|
||||
<source>F11</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -1031,8 +1031,8 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.ui" line="363"/>
|
||||
<source>F12</source>
|
||||
<translation>F12</translation>
|
||||
<source>F11</source>
|
||||
<translation>F11</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.ui" line="371"/>
|
||||
|
@ -1026,7 +1026,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.ui" line="363"/>
|
||||
<source>F12</source>
|
||||
<source>F11</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -1026,8 +1026,8 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.ui" line="363"/>
|
||||
<source>F12</source>
|
||||
<translation>F12</translation>
|
||||
<source>F11</source>
|
||||
<translation>F11</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.ui" line="371"/>
|
||||
|
@ -1026,7 +1026,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.ui" line="363"/>
|
||||
<source>F12</source>
|
||||
<source>F11</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -1042,8 +1042,8 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.ui" line="363"/>
|
||||
<source>F12</source>
|
||||
<translation>F12</translation>
|
||||
<source>F11</source>
|
||||
<translation>F11</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.ui" line="371"/>
|
||||
|
@ -1042,7 +1042,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.ui" line="363"/>
|
||||
<source>F12</source>
|
||||
<source>F11</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -1030,8 +1030,8 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.ui" line="363"/>
|
||||
<source>F12</source>
|
||||
<translation>F12</translation>
|
||||
<source>F11</source>
|
||||
<translation>F11</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.ui" line="371"/>
|
||||
|
@ -1043,8 +1043,8 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.ui" line="363"/>
|
||||
<source>F12</source>
|
||||
<translation>F12</translation>
|
||||
<source>F11</source>
|
||||
<translation>F11</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.ui" line="371"/>
|
||||
|
@ -189,7 +189,7 @@ void MainWindow::closeEvent(QCloseEvent *)
|
||||
|
||||
void MainWindow::keyPressEvent(QKeyEvent *e)
|
||||
{
|
||||
if(isFullScreen() && e->key() == Qt::Key_F12)
|
||||
if(isFullScreen() && e->key() == Qt::Key_F11)
|
||||
{
|
||||
on_action_OptionsFullScreen_triggered();
|
||||
return;
|
||||
|
@ -370,7 +370,7 @@
|
||||
<string>&Toggle fullscreen</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>F12</string>
|
||||
<string>F11</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_OptionsBufferedRendering">
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user