 4a20ac400f
			
		
	
	
		4a20ac400f
		
	
	
	
	
		
			
			Input grab key should be Ctrl-Alt-g, not just Ctrl-Alt.
Fixes: f8d2c9369b ("sdl: use ctrl-alt-g as grab hotkey")
Signed-off-by: Tianlan Zhou <bobby825@126.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
		
	
			
		
			
				
	
	
		
			37 lines
		
	
	
		
			904 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			904 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| During the graphical emulation, you can use special key combinations from
 | |
| the following table to change modes. By default the modifier is Ctrl-Alt
 | |
| (used in the table below) which can be changed with ``-display`` suboption
 | |
| ``mod=`` where appropriate. For example, ``-display sdl,
 | |
| grab-mod=lshift-lctrl-lalt`` changes the modifier key to Ctrl-Alt-Shift,
 | |
| while ``-display sdl,grab-mod=rctrl`` changes it to the right Ctrl key.
 | |
| 
 | |
| Ctrl-Alt-f
 | |
|    Toggle full screen
 | |
| 
 | |
| Ctrl-Alt-+
 | |
|    Enlarge the screen
 | |
| 
 | |
| Ctrl-Alt\--
 | |
|    Shrink the screen
 | |
| 
 | |
| Ctrl-Alt-u
 | |
|    Restore the screen's un-scaled dimensions
 | |
| 
 | |
| Ctrl-Alt-n
 | |
|    Switch to virtual console 'n'. Standard console mappings are:
 | |
| 
 | |
|    *1*
 | |
|       Target system display
 | |
| 
 | |
|    *2*
 | |
|       Monitor
 | |
| 
 | |
|    *3*
 | |
|       Serial port
 | |
| 
 | |
| Ctrl-Alt-g
 | |
|    Toggle mouse and keyboard grab.
 | |
| 
 | |
| In the virtual consoles, you can use Ctrl-Up, Ctrl-Down, Ctrl-PageUp and
 | |
| Ctrl-PageDown to move in the back log.
 |