|
From: SourceForge.net <no...@so...> - 2003-07-03 00:48:04
|
Bugs item #704664, was opened at 2003-03-16 16:36 Message generated for change (Comment added) made by spestov You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=704664&group_id=588 Category: editor core Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: System keyboard shortcut does not work Initial Comment: Hello, This is for Jedit 4.1 final on MacOS X 10.2.4 with JDK 1.4.1 recently released by Apple. On MacOS X you can enter German umlauts with non-german keyboards through pressing ALT-u and followed a,e, or u, producing ü,ö and ä. This used to work with JDK 1.3.1 but apparently stops working with JDK 1.4.1. Best, Ben (be...@sp...) ---------------------------------------------------------------------- >Comment By: Slava Pestov (spestov) Date: 2003-07-02 20:48 Message: Logged In: YES user_id=2280 Try latest CVS, it fixes the AltGR key not working ---------------------------------------------------------------------- Comment By: jo (jolan) Date: 2003-06-27 06:22 Message: Logged In: YES user_id=562463 ok, i just redownloaded pre3 to be up to date. there is 2 kind of problems : 1) A(alt key) + key exemple : A + e should produce ê it produces nothing in jedit it produces ê in keyboard tester's field output : Event KEY_PRESSED,keyCode=0x12,keyChar=0xffff,modifiers=0x8 filtered Event KEY_TYPED,keyCode=0x0,keyChar=0xea,modifiers=0x0 passed ==> Translated to <0,ea> Event KEY_PRESSED,keyCode=0x45,keyChar=0xea,modifiers=0x8 passed Event KEY_RELEASED,keyCode=0x45,keyChar=0xea,modifiers=0x8 passed Event KEY_RELEASED,keyCode=0x12,keyChar=0xffff,modifiers=0x0 filtered 2) 2 step letters exemple : ^ followed by e should produce ê it produces e in jedit it produces ^ OPEN_BRACKET [and then] ê in keyboard tester's field output : Event KEY_PRESSED,keyCode=0x5b,keyChar=0xffff,modifiers=0x0 passed ==> Translated to <5b,0> Event KEY_RELEASED,keyCode=0x5b,keyChar=0x5e,modifiers=0x0 passed [and then] Event KEY_TYPED,keyCode=0x0,keyChar=0xea,modifiers=0x0 passed ==> Translated to <0,ea> Event KEY_PRESSED,keyCode=0x45,keyChar=0xea,modifiers=0x0 filtered Event KEY_RELEASED,keyCode=0x45,keyChar=0x65,modifiers=0x0 passed sorry for the bad english. ---------------------------------------------------------------------- Comment By: Slava Pestov (spestov) Date: 2003-06-27 00:24 Message: Logged In: YES user_id=2280 jolan: Can you provide keyboard tester output from the pre3 snapshot at www.jedit.org/jedit.jar for the keys that don't work? ---------------------------------------------------------------------- Comment By: jo (jolan) Date: 2003-06-26 05:16 Message: Logged In: YES user_id=562463 forget the macos plugin problem, i was opening jedit.jar instead of jedit.app. ---------------------------------------------------------------------- Comment By: jo (jolan) Date: 2003-06-26 04:17 Message: Logged In: YES user_id=562463 I can reproduce the reporter's problem as well, but isn't it being investigated in bug 707154 ? note that the macos plugin isnt loaded, jedit says it cant find com/apple/cocoa/application/NSMenu it works in 4.1 but 4.2 cant load any of the macos plugins provided with 4.1 or 4.2. ---------------------------------------------------------------------- Comment By: Slava Pestov (spestov) Date: 2003-06-25 13:35 Message: Logged In: YES user_id=2280 As for C+q not working properly, this is solved by the MacOS plugin. Now I'm not sure if I should close the bug report, since the original report was unrelated to jolan's problem, and the original submitter never responded. ---------------------------------------------------------------------- Comment By: jo (jolan) Date: 2003-06-25 05:44 Message: Logged In: YES user_id=562463 this one works well. every shortcut works as expected exept C+q which dosn't warn the user about unsaved chages, unlike the quit menu item. here's the keyboard tester output : Event KEY_PRESSED,keyCode=0x9d,keyChar=0xffff,modifiers=0x4 filtered Event KEY_RELEASED,keyCode=0x9d,keyChar=0xffff,modifiers=0x0 filtered jedit just beeps (usual behavior when you try to quit an app dislaying a modal dialog) and prints nothing in the field. ---------------------------------------------------------------------- Comment By: Slava Pestov (spestov) Date: 2003-06-24 23:59 Message: Logged In: YES user_id=2280 jolan: Try latest snapshot: www.jedit.org/jedit.jar ---------------------------------------------------------------------- Comment By: jo (jolan) Date: 2003-06-19 09:12 Message: Logged In: YES user_id=562463 i use macos 10.2.6, jdk 1.4.1, and jedit 4.2pre3 (from the link above), and a french keyboard. in the keyboard tester, i pressed C+z it displayed 'C + w z' in the field here is the output : Event KEY_PRESSED,keyCode=0x9d,keyChar=0xffff,modifiers=0x4 filtered Event KEY_PRESSED,keyCode=0x57,keyChar=0x7a,modifiers=0x4 passed Translated to null Event KEY_TYPED,keyCode=0x0,keyChar=0x7a,modifiers=0x4 passed Translated to C<0,7a> Event KEY_RELEASED,keyCode=0x57,keyChar=0x7a,modifiers=0x4 passed Translated to null Event KEY_RELEASED,keyCode=0x9d,keyChar=0xffff,modifiers=0x0 filtered note that if i press C+z in the jedit window, it prints 'z' and dont perform any action (neither undo nor close) in 4.1pre2, C+z closes the window. ---------------------------------------------------------------------- Comment By: Slava Pestov (spestov) Date: 2003-06-05 20:02 Message: Logged In: YES user_id=2280 Hi, Can you install jEdit 4.2pre2, and replace the jedit.jar with the one from here: http://www.jedit.org/jedit.jar This is a 4.2pre3 snapshot. Then, run jEdit and invoke utilities>troubleshooting>keyboard tester, and press the keys that are causing problems. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=704664&group_id=588 |