OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FUNCTION_KEYS
(Results
1 - 3
of
3
) sorted by null
/external/python/cpython3/Lib/idlelib/
config_key.py
11
FUNCTION_KEYS
= ('F1', 'F2' ,'F3' ,'F4' ,'F5' ,'F6',
19
AVAILABLE_KEYS = (ALPHANUM_KEYS + PUNCTUATION_KEYS +
FUNCTION_KEYS
+
289
and final_key not in
FUNCTION_KEYS
+ MOVE_KEYS):
294
FUNCTION_KEYS
+ MOVE_KEYS + ('Tab', 'Space')):
/external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.h
109
FUNCTION_KEYS
= 76,
175
#define
FUNCTION_KEYS
76
parser.c
219
FUNCTION_KEYS
= 76,
285
#define
FUNCTION_KEYS
76
667
"MODIFIER_KEYS", "KEYPAD_KEYS", "
FUNCTION_KEYS
", "ALTERNATE_GROUP",
[
all
...]
Completed in 313 milliseconds