Home
last modified time | relevance | path

Searched refs:abKeystate (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dos_win32.c1003 static BYTE abKeystate[256]; in win32_kbd_patch_key() local
1016 CLEAR_FIELD(abKeystate); in win32_kbd_patch_key()
1019 ToUnicode(VK_SPACE, MapVirtualKey(VK_SPACE, 0), abKeystate, awAnsiCode, 2, 0); in win32_kbd_patch_key()
1022 abKeystate[VK_SHIFT] = 0x80; in win32_kbd_patch_key()
1024 abKeystate[VK_CAPITAL] = 1; in win32_kbd_patch_key()
1028 abKeystate[VK_CONTROL] = abKeystate[VK_LCONTROL] = in win32_kbd_patch_key()
1029 abKeystate[VK_MENU] = abKeystate[VK_RMENU] = 0x80; in win32_kbd_patch_key()
1033 abKeystate, awAnsiCode, 2, 0); in win32_kbd_patch_key()