|
From: Benjamin R. <ben...@ou...> - 2012-07-06 17:32:26
|
On Wed, Jul 4, 2012 at 3:15 AM, <Jea...@hz...> wrote:
> 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.grid', ['g']),
> ('keymap.home', ['h', 'r', 'home']),
> ('keymap.pan', ['p']),
> ('keymap.save', ['s']),
> ('keymap.xscale', ['k', 'L']),
> ('keymap.yscale', ['l']),
> ('keymap.zoom', ['o'])]
>
>
> Meaning that up and down ar not in the mapping... Any clue?
> Thanks again
> Cheers
> JF
>
>
Right, I forgot about that. I am trying to dig through my code to figure
out what I did to make this problem go away. In the meantime, does hitting
"ESC" at least get you around the problem?
Ben Root
|