Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
H A Dconfig_key.py12 FUNCTION_KEYS = ('F1', 'F2' ,'F3' ,'F4' ,'F5' ,'F6', variable
20 AVAILABLE_KEYS = (ALPHANUM_KEYS + PUNCTUATION_KEYS + FUNCTION_KEYS +
251 and final_key not in FUNCTION_KEYS + MOVE_KEYS):
256 FUNCTION_KEYS + MOVE_KEYS + ('Tab', 'Space')):

Completed in 1 milliseconds