Open GoogleCodeExporter opened 9 years ago
Hi A.LAubinger,
due to a new functionality to shift one or several lines in the editor window
the
shortcut for switching back to the tree has been changed to CTRL+SHIFT+TAB
(see also http://code.google.com/p/keynote-nf/issues/detail?id=48).
cheers
Original comment by stati...@gmx.net
on 24 Dec 2009 at 11:36
I was wondering what the developer's thoughts were on my suggestion posted in
issue 48. Perhaps my comment's gone unnoticed since that issue's been flagged
as closed.
Original comment by agr...@gmail.com
on 16 Sep 2010 at 6:44
staticip, thanks four your help. You are right, the behaviour changed because
of that new functionality.
agring, sorry, I didn't remember your comment. I have been very busy and
coudn't read all the emails sended by the issue tracker. When I have been
revising the issues I have concentrated in open issues.
Like myself in that case, many other people can ignore closed issues, simply
because they are hidden an excluded from searches, by default. For that reason
I think that there are questions that is preferable to be discussed in the
forum (https://sourceforge.net/apps/phpbb/keynote-newfeat/index.php)
Anyway I think that the behaviour you proposed in issue 48 is good. But I would
like to know other's opinion. I will create an entry in the forum to discuss
this issue.
This question remember me, again, that the help file should be updated...
Original comment by dpra...@gmail.com
on 17 Sep 2010 at 5:40
Or could you still allow Shift+Tab to move to the Tree when the texteditor
cursor is in the beginning of a line? That would be useful & easier than press
3 buttons (Ctrl Shift Tab).
Thanks.
Duc
Original comment by mrdu...@gmail.com
on 23 Sep 2010 at 9:23
Don't want to sound like a big whiner, but I went back to 1.6.x because the
ctrl+shift+tab hurts my thumb. lol
The original creator of the program seemed to enjoy leaving everything up to
the end user, which was what made the program so brilliant.
Arbitrary/proprietary and uncontrollable behavior is what makes the other
programs less useful. So perhaps an integrated option is in order?
Original comment by chab...@gmail.com
on 19 Nov 2010 at 5:41
I also find it very inconvenient to have to use 3 keys to do what 2 keys
accomplished in 1.6.x
Original comment by kenfhill...@gmail.com
on 26 Mar 2012 at 1:35
In Keynote-NF, "Ctrl+\" will focus on Tree and "Tab" will focus on TextEditor.
But I found myself wanting to change these to Alt+1 and Alt+2 - and so while it
is not configurable in Keynote, this is how you can assign your own custom
hotkeys via AutoHotkey:
#IfWinActive ahk_class GFKeyNote10.UnicodeClass
!1::
ControlFocus, TTreeNT.UnicodeClass1
Return
!2::
ControlFocus, TTabRichEdit.UnicodeClass1
Return
#IfWinActive
Original comment by robertco...@gmail.com
on 26 Jul 2013 at 12:01
Original issue reported on code.google.com by
A.Laubin...@gmail.com
on 23 Dec 2009 at 12:41