diff --git a/ui/lib/keyboard.js b/ui/lib/keyboard.js index 4eb0fcf0..5ac38d68 100755 --- a/ui/lib/keyboard.js +++ b/ui/lib/keyboard.js @@ -367,11 +367,13 @@ function getKeyHandlers(key, modifiers, keybindings, modes, shifted_keys){ * * NOTE: actions,the last case, are used for alias referencing, they will * never match a real key, but will get resolved in alias searches. - * NOTE: to rest what to use as use toKeyCode(..) / toKeyName(..). + * NOTE: to test what to use as use toKeyCode(..) / toKeyName(..). * NOTE: all fields are optional. * NOTE: if a handler explicitly returns false then that will break the * event propagation chain and exit the handler. * i.e. no other matching handlers will be called. + * NOTE: if more than one match is found all matching handlers will be + * called in sequence until one returns false explicitly. * NOTE: a is used as a predicate to select a section to * use. if multiple selectors match something then multiple sections * will be resolved in order of occurrence.