mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
gdkkeys-win32: Add keysym mapping for capslock key
Add missing mapping between VK_CAPITAL and GDK_KEY_Caps_Lock, so applications get a meaningful keyval rather than ffffff.
This commit is contained in:
parent
b0818f9535
commit
82f8f878bc
@ -322,7 +322,8 @@ clear_keyboard_layout_info (gpointer data)
|
||||
map (VK_SCROLL, GDK_KEY_Scroll_Lock) \
|
||||
map (VK_RSHIFT, GDK_KEY_Shift_R) \
|
||||
map (VK_RCONTROL, GDK_KEY_Control_R) \
|
||||
map (VK_RMENU, GDK_KEY_Alt_R)
|
||||
map (VK_RMENU, GDK_KEY_Alt_R) \
|
||||
map (VK_CAPITAL, GDK_KEY_Caps_Lock)
|
||||
|
||||
|
||||
#define DEFINE_DEAD(map) \
|
||||
|
Loading…
Reference in New Issue
Block a user