Searched refs:VK_SCROLL (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinKey.c26 #define MAX_KEYCODE 145 /* VK_SCROLL is the last entry in our table below */
213 if (noascii || keycode == VK_CAPITAL || keycode == VK_SCROLL ||
250 keys[VK_SCROLL] = 1;
683 map->modifiermap[Mod3MapIndex] = VK_SCROLL;
H A DtkWinPointer.c75 if (GetKeyState(VK_SCROLL) & 0x0001) {
H A DtkWinX.c1357 case VK_SCROLL:
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinKey.c24 #define MAX_KEYCODE 145 /* VK_SCROLL is the last entry in our table below */
212 if (noascii || keycode == VK_CAPITAL || keycode == VK_SCROLL ||
243 keys[VK_SCROLL] = 1;
681 map->modifiermap[Mod3MapIndex] = VK_SCROLL;
H A DtkWinPointer.c75 if (GetKeyState(VK_SCROLL) & 0x0001) {
H A DtkWinX.c1332 case VK_SCROLL:
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DKeyEventWin.cpp135 case VK_SCROLL:
/macosx-10.10/WebCore-7600.1.25/platform/cocoa/
H A DKeyEventCocoa.mm564 case NSScrollLockFunctionKey: return VK_SCROLL;
/macosx-10.10/emacs-93/emacs/src/
H A Dw32inevt.c156 retval |= w32_key_to_modifier (VK_SCROLL);
375 case VK_SCROLL:
H A Dw32fns.c2310 if (vkey == VK_CAPITAL || vkey == VK_SCROLL)
2348 case VK_SCROLL:
2388 (modifier_set (VK_SCROLL) ? w32_key_to_modifier (VK_SCROLL) : 0) |
2405 mods |= (modifier_set (VK_SCROLL)) ? SCROLLLOCK_ON : 0;
2942 && i != VK_SCROLL
3051 case VK_SCROLL:
8366 vk_code = VK_SCROLL;
/macosx-10.10/WebCore-7600.1.25/platform/
H A DWindowsKeyboardCodes.h235 #define VK_SCROLL 0x91 macro
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DPlatformKeyboardEventGtk.cpp401 return VK_SCROLL; // (91) SCROLL LOCK key
/macosx-10.10/WebCore-7600.1.25/platform/efl/
H A DEflKeyboardUtilities.cpp147 windowsKeyMap().set(ASCIILiteral("Scroll_Lock"), VK_SCROLL);

Completed in 228 milliseconds