Searched refs:FUNCTION_KEYS (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Lib/idlelib/ |
D | config_key.py | 12 FUNCTION_KEYS = ('F1', 'F2' ,'F3' ,'F4' ,'F5' ,'F6', variable 20 AVAILABLE_KEYS = (ALPHANUM_KEYS + PUNCTUATION_KEYS + FUNCTION_KEYS + 291 and final_key not in FUNCTION_KEYS + MOVE_KEYS): 296 FUNCTION_KEYS + MOVE_KEYS + ('Tab', 'Space')):
|
/external/libxkbcommon/config/libxkbcommon.so.0.0.0.p/ |
D | parser.h | 117 FUNCTION_KEYS = 76, /* FUNCTION_KEYS */ enumerator
|
/external/libxkbcommon/src/xkbcomp/ |
D | keywords.gperf | 30 function_keys, FUNCTION_KEYS
|
D | keywords.c | 302 {(int)(size_t)&((struct stringpool_t *)0)->stringpool_str28, FUNCTION_KEYS}, in keyword_gperf_lookup()
|
D | parser.y | 153 FUNCTION_KEYS 76 308 | FUNCTION_KEYS { $$ = MAP_HAS_FN; }
|