[orca-list] An orca-customizations.py question



Dear List,

My question is possible simple and trivial the answer.
How can possible do orca-customizations.py a Shift containing key binding? For example Orca+n and Orca+Shift+n key binding?
Two different keybinding need do two different function.

For example, I following method define normal Orca+n key binding, this is correct working:
myKeyBindings.add(orca.keybindings.KeyBinding(
    "n",
    1 << orca.settings.MODIFIER_ORCA,
    1 << orca.settings.MODIFIER_ORCA,
    nevnapHandler))

Attila



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]