|
From: SourceForge.net <no...@so...> - 2007-06-28 06:04:22
|
Bugs item #1616769, was opened at 2006-12-15 17:52 Message generated for change (Comment added) made by robmckinnon You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1616769&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: keyboard / mouse Group: Regressive (new to devel) Status: Open Resolution: None Priority: 8 Private: No Submitted By: Slava Pestov (spestov) Assigned to: Xuan Baldauf (mediumnet) Summary: Some shortcuts are incompatible with new keyboard handling Initial Comment: Eg, C+ENTER, C+COMMA, A+COMMA, etc, because eg, the keyboard input code now registers C+COMMA as C+,. Indeed C+ENTER doesn't even register correctly in the grab key dialog, it becomes C+<literal newline here>. A+ENTER becomes A+m (!). One of the two keyboard handling code paths has to go, and all keyboard shortcuts updated to work with it. ---------------------------------------------------------------------- >Comment By: Robert McKinnon (robmckinnon) Date: 2007-06-28 02:04 Message: Logged In: YES user_id=374389 Originator: NO Where can I configure whether to use 'new' or 'old' keyboard handling? ---------------------------------------------------------------------- Comment By: Alan Ezust (ezust) Date: 2007-06-28 01:27 Message: Logged In: YES user_id=935841 Originator: NO I don't use new keyboard handling anymore. Does it work better for you in some situations? ---------------------------------------------------------------------- Comment By: Robert McKinnon (robmckinnon) Date: 2007-06-28 01:23 Message: Logged In: YES user_id=374389 Originator: NO This is a severe bug. It's embarrassing that our editor has Ctrl Alt key bindings that don't work! Who is available that can fix it? ---------------------------------------------------------------------- Comment By: Robert Schwenn (rschwenn) Date: 2007-04-29 15:22 Message: Logged In: YES user_id=1486645 Originator: NO For me, the regular keyboard handling works much better (see bug #1562944). Windows XP SP2 german keyboard Java JRE 1.5 / 1.6 jEdit 4.3pre9 ---------------------------------------------------------------------- Comment By: Alan Ezust (ezust) Date: 2007-04-29 12:22 Message: Logged In: YES user_id=935841 Originator: NO Assigning to Mediumnet, who developed the new keyboard handling. Sorry I should have assigned this sooner. Incidentally, there was a time when I needed to use the new keyboard handling because the old one was broken in many ways. Now I'm using the regular keyboard handling and it is fine, so I no longer need the simplified keyboard handling. Are there other users who find it still works better for them than the regular one? ---------------------------------------------------------------------- Comment By: Robert McKinnon (robmckinnon) Date: 2007-04-29 06:30 Message: Logged In: YES user_id=374389 Originator: NO Another problem I've seen in 4.3pre9: Ctrl+Alt+v becomes Ctrl+Alt+v v Can the author(s) of the new keyboard handling help out with the fix? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1616769&group_id=588 |