diff mbox

Added keycodes for MS-Windows Keyboards

Message ID 4FB179B9.9090502@rdsoftware.de
State New
Headers show

Commit Message

Erik Rull May 14, 2012, 9:31 p.m. UTC
Keys for MS-Windows Keyboards (left / right Win Key, Context Key) were not 
working in SDL / VNC environments, this patch fixes it.

Signed-off-by: Erik Rull <erik.rull@rdsoftware.de>
---
  ui/x_keymap.c |    6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)

--
1.7.2.5

Comments

Erik Rull May 15, 2012, 9:43 p.m. UTC | #1
Sorry, I forgot to CC the maintainer.

Erik Rull wrote:
> Keys for MS-Windows Keyboards (left / right Win Key, Context Key) were not
> working in SDL / VNC environments, this patch fixes it.
>
> Signed-off-by: Erik Rull <erik.rull@rdsoftware.de>
> ---
> ui/x_keymap.c | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/ui/x_keymap.c b/ui/x_keymap.c
> index b9b0944..4efac0d 100644
> --- a/ui/x_keymap.c
> +++ b/ui/x_keymap.c
> @@ -43,9 +43,9 @@ static const uint8_t x_keycode_to_pc_keycode[115] = {
> 0xb5, /* 112 Divide */
> 0xb8, /* 113 Alt-R */
> 0xc6, /* 114 Break */
> - 0x0, /* 115 */
> - 0x0, /* 116 */
> - 0x0, /* 117 */
> + 0xdb, /* 115 */
> + 0xdc, /* 116 */
> + 0xdd, /* 117 */
> 0x0, /* 118 */
> 0x0, /* 119 */
> 0x0, /* 120 */
> --
> 1.7.2.5
>
>
diff mbox

Patch

diff --git a/ui/x_keymap.c b/ui/x_keymap.c
index b9b0944..4efac0d 100644
--- a/ui/x_keymap.c
+++ b/ui/x_keymap.c
@@ -43,9 +43,9 @@  static const uint8_t x_keycode_to_pc_keycode[115] = {
     0xb5,      /* 112  Divide */
     0xb8,      /* 113  Alt-R  */
     0xc6,      /* 114  Break  */
-   0x0,         /* 115 */
-   0x0,         /* 116 */
-   0x0,         /* 117 */
+   0xdb,         /* 115 */
+   0xdc,         /* 116 */
+   0xdd,         /* 117 */
     0x0,         /* 118 */
     0x0,         /* 119 */
     0x0,         /* 120 */