sebkirche / keynote-nf

Automatically exported from code.google.com/p/keynote-nf
0 stars 0 forks source link

Have tree navigation hotkeys work consistently when tree panel focused #480

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
These hotkeys are very helpful to be able to navigate around the tree when 
inside of the text editor.
Tree\Navigate\Go Up - Alt+Up
Tree\Navigate\Go Down - Alt+Down
Tree\Navigate\Go Left - Alt+Left (default is Alt+Shift+Left)
Tree\Navigate\Go Right - Alt+Right (default is Alt+Shift+Right)

However for consistency sake - it would be nice to be able to also use these 
same hotkeys if the Tree panel is focused.

I become used to "Alt+Up" and "Alt+Down" being used to move between nodes. But 
this changes because when I am focused in the tree panel, I have to only use 
"Up" and "Down" and when I am focused on TextEditor I have to use "Alt+Up" and 
"Alt+Down". I would like to be able to use "Alt+Up" and "Alt+Down" in both 
contexts.

Original issue reported on code.google.com by robertco...@gmail.com on 26 Jul 2013 at 12:26