ports/emulators/qemu/files/patch-sdl.c
Juergen Lock cc20143e5b Add patch to pass windows keys to qemu guests
PR:		ports/107216
Submitted by:	Scott Robbins <scottro@nyc.rr.com>
Approved by:	miwi (mentor)
2006-12-26 22:41:13 +00:00

14 lines
464 B
C

Index: qemu/sdl.c
@@ -115,9 +115,9 @@
0xb5, /* 112 Divide */
0xb8, /* 113 Alt-R */
0xc6, /* 114 Break */
- 0x0, /* 115 */
- 0x0, /* 116 */
- 0x0, /* 117 */
+ 0xdb, /* 115 windows left button */
+ 0xdc, /* 116 windows right button */
+ 0xdd, /* 117 right menu button */
0x0, /* 118 */
0x0, /* 119 */
0x70, /* 120 Hiragana_Katakana */