Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/modules/rna_keymap_ui.py
| Context not available. | |||||
| filter_text_split.remove(kk) | filter_text_split.remove(kk) | ||||
| kmi_test_dict[kv] = {True} | kmi_test_dict[kv] = {True} | ||||
| # whats left should be the event type | # what's left should be the event type | ||||
| def kmi_type_set_from_string(kmi_type): | def kmi_type_set_from_string(kmi_type): | ||||
| kmi_type = kmi_type.upper() | kmi_type = kmi_type.upper() | ||||
| kmi_type_set = set() | kmi_type_set = set() | ||||
| Context not available. | |||||