Signed-off-by: malc <av1474@comtv.ru>
@item Ctrl-Alt-f
Toggle full screen
+@item Ctrl-Alt-u
+Restore the screen's un-scaled dimensions
+
@item Ctrl-Alt-n
Switch to virtual console 'n'. Standard console mappings are:
@table @emph
toggle_full_screen(ds);
gui_keysym = 1;
break;
+ case 0x16: /* 'u' key on US keyboard */
+ scaling_active = 0;
+ sdl_resize(ds);
+ vga_hw_invalidate();
+ vga_hw_update();
+ break;
case 0x02 ... 0x0a: /* '1' to '9' keys */
/* Reset the modifiers sent to the current console */
reset_keys();