mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
PR: ports/107216 Submitted by: Scott Robbins <scottro@nyc.rr.com> Approved by: miwi (mentor)
14 lines
464 B
C
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 */
|