diff options
-rw-r--r-- | unix/xserver/hw/vnc/Input.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/xserver/hw/vnc/Input.cc b/unix/xserver/hw/vnc/Input.cc index 03d40190..878122c3 100644 --- a/unix/xserver/hw/vnc/Input.cc +++ b/unix/xserver/hw/vnc/Input.cc @@ -524,7 +524,7 @@ static struct altKeysym_t { { XK_KP_7, XK_7 }, { XK_KP_8, XK_8 }, { XK_KP_9, XK_9 }, - { XK_ISO_Level3_Shift, XK_Mode_switch }, + { XK_ISO_Level3_Shift, XK_Mode_switch }, }; /* |