MakeBetter / Units

Enhanced navigation on the web
1 stars 0 forks source link

mod_keyboardLib: canTreatAsShortcut() - make sure it handles sequence shortcuts properly as well #180

Open ghost opened 11 years ago

ghost commented 11 years ago

Currently it seems to have been written to handle correctly only non-sequence shortcuts. For a sequence shortcut, each part of the sequence must satisfy the check…

Refer to shouldHandleShortcut() and bind() to determine how to handle this