Action Key Mode -

When a user utilizes a mouse to navigate a dropdown menu, they are engaged in a visual search task. This requires visual processing and hand-eye coordination, which interrupts cognitive flow. When the user enters Action Key Mode (using a hotkey), they bypass the visual search. The action becomes muscle memory.

Imagine a future "Action Key" that executes Ctrl+AI . In this mode, the input is not a command, but an intent. action key mode

if action_key_pressed and pressed: # Action Key is held, and another key was just pressed action = action_bindings.get(key, None) if action: execute(action) else: # Optional: play 'invalid action' feedback play_error_sound() return True # consumed – do NOT type the character When a user utilizes a mouse to navigate