[orca-list] An orca-customizations.py question
- From: Hammer Attila <hammera pickup hu>
- To: orca-list gnome org
- Subject: [orca-list] An orca-customizations.py question
- Date: Wed, 17 Mar 2010 06:40:36 +0100
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]