Hi Ben !
nope, ESC does not help.
By the way do you have any tip on working with key modifiers?
Thanks a lot,
Best
JF
-
Helmholtz Zentrum Geesthacht
Institut für Werkstoffforschung
Abteilung WPN, Instrument REFSANS
Lichtenbergstr. 1
85747 Garching FRM II
Tel.: +49 (0)89 289 10762
Internet: htt
Hi Ben,
thanks for the tip!
I nevertheless hit another snag:
In [12]: [(k,p.rcParams[k]) for k in p.rcParams.keys() if 'keymap' in k]
Out[12]:
[('keymap.all_axes', ['a']),
('keymap.back', ['left', 'c', 'backspace']),
('keymap.forward', ['right', 'v']),
('keymap.fullscreen', ['f']),
('keymap.g
Hi all!
How can I use the keyboard events up/down/right/left without starting an
interaction with the navigation toolbar?
I connected to the keypress events and everything looks ok until I press the
down key: my connected method gets called once and the navigation toolbar then
gets the focus. F