mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	citra-qt: Don't translate function keys in InitializeHotkeys()
This commit is contained in:
		
							parent
							
								
									a2ab91fa31
								
							
						
					
					
						commit
						4321ab44ea
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -286,8 +286,8 @@ void GMainWindow::InitializeRecentFileMenuActions() { | ||||||
| void GMainWindow::InitializeHotkeys() { | void GMainWindow::InitializeHotkeys() { | ||||||
|     RegisterHotkey("Main Window", "Load File", QKeySequence::Open); |     RegisterHotkey("Main Window", "Load File", QKeySequence::Open); | ||||||
|     RegisterHotkey("Main Window", "Start Emulation"); |     RegisterHotkey("Main Window", "Start Emulation"); | ||||||
|     RegisterHotkey("Main Window", "Swap Screens", QKeySequence(tr("F9"))); |     RegisterHotkey("Main Window", "Swap Screens", QKeySequence("F9")); | ||||||
|     RegisterHotkey("Main Window", "Toggle Screen Layout", QKeySequence(tr("F10"))); |     RegisterHotkey("Main Window", "Toggle Screen Layout", QKeySequence("F10")); | ||||||
|     RegisterHotkey("Main Window", "Fullscreen", QKeySequence::FullScreen); |     RegisterHotkey("Main Window", "Fullscreen", QKeySequence::FullScreen); | ||||||
|     RegisterHotkey("Main Window", "Exit Fullscreen", QKeySequence(Qt::Key_Escape), |     RegisterHotkey("Main Window", "Exit Fullscreen", QKeySequence(Qt::Key_Escape), | ||||||
|                    Qt::ApplicationShortcut); |                    Qt::ApplicationShortcut); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue