|
From: SourceForge.net <no...@so...> - 2003-07-13 19:41:19
|
Bugs item #704664, was opened at 2003-03-16 22:36 Message generated for change (Comment added) made by dedeibel 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: Benny P. (dedeibel) Date: 2003-07-13 21:41 Message: Logged In: YES user_id=821906 Problems with german ö ###### Event KEY_TYPED,keyCode=0x0,keyChar=0xfffd,modifiers=0x0 passed ==> Translated to <0,fffd> Event KEY_RELEASED,keyCode=0x0,keyChar=0xf6,modifiers=0x0 passed ###### ä ###### Event KEY_TYPED,keyCode=0x0,keyChar=0xfffd,modifiers=0x0 passed ==> Translated to <0,fffd> Event KEY_RELEASED,keyCode=0x0,keyChar=0xe4,modifiers=0x0 passed ###### ü ###### Event KEY_TYPED,keyCode=0x0,keyChar=0xfffd,modifiers=0x0 passed ==> Translated to <0,fffd> Event KEY_RELEASED,keyCode=0x0,keyChar=0xfc,modifiers=0x0 passed ###### Problems with tidle ~ (ALTGR+PLUS) ###### Event KEY_PRESSED,keyCode=0xff7e,keyChar=0xffff,modifiers=0x20 filtered Event KEY_RELEASED,keyCode=0x209,keyChar=0xfe53,modifiers=0x0 passed Event KEY_RELEASED,keyCode=0xff7e,keyChar=0xffff,modifiers=0x20 filtered ###### Please get it workin if ya can :D ---------------------------------------------------------------------- Comment By: Benny P. (dedeibel) Date: 2003-07-13 21:40 Message: Logged In: YES user_id=821906 Problems with german ö ###### Event KEY_TYPED,keyCode=0x0,keyChar=0xfffd,modifiers=0x0 passed ==> Translated to <0,fffd> Event KEY_RELEASED,keyCode=0x0,keyChar=0xf6,modifiers=0x0 passed ###### ä ###### Event KEY_TYPED,keyCode=0x0,keyChar=0xfffd,modifiers=0x0 passed ==> Translated to <0,fffd> Event KEY_RELEASED,keyCode=0x0,keyChar=0xe4,modifiers=0x0 passed ###### ü ###### Event KEY_TYPED,keyCode=0x0,keyChar=0xfffd,modifiers=0x0 passed ==> Translated to <0,fffd> Event KEY_RELEASED,keyCode=0x0,keyChar=0xfc,modifiers=0x0 passed ###### Problems with tidle ~ (ALTGR+PLUS) ###### Event KEY_PRESSED,keyCode=0xff7e,keyChar=0xffff,modifiers=0x20 filtered Event KEY_RELEASED,keyCode=0x209,keyChar=0xfe53,modifiers=0x0 passed Event KEY_RELEASED,keyCode=0xff7e,keyChar=0xffff,modifiers=0x20 filtered ###### Please get it workin if ya can :D ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-07-03 13:17 Message: Logged In: NO Similar thing here in the french area. Event KEY_PRESSED,keyCode=0x5b,keyChar=0xffff,modifiers=0x0 passed ==> Translated to <5b,0> Event KEY_RELEASED,keyCode=0x5b,keyChar=0x5e,modifiers=0x0 passed Event KEY_TYPED,keyCode=0x0,keyChar=0xe2,modifiers=0x0 passed ==> Translated to <0,e2> Event KEY_PRESSED,keyCode=0x41,keyChar=0xe2,modifiers=0x0 filtered Event KEY_RELEASED,keyCode=0x41,keyChar=0x61,modifiers=0x0 passed The test displayes, after this, the character â as expected. Where as the same key combination pressed in the template does not output "â" but "a". Note about the quit not warning: you need MacOS plugin for that, if not used, the default quit is applied which might even not run finalizers... Paul ---------------------------------------------------------------------- Comment By: jo (jolan) Date: 2003-07-03 12:56 Message: Logged In: YES user_id=562463 cvs works now. i just built jedit.jar . A+e produces ê C+z produces z ` + e produces e ---------------------------------------------------------------------- Comment By: jo (jolan) Date: 2003-07-03 12:10 Message: Logged In: YES user_id=562463 sf's cvs dosnt works today... could you send me jedit.jar, if you built it ? ---------------------------------------------------------------------- Comment By: Slava Pestov (spestov) Date: 2003-07-03 02: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 12: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 06: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 11: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 10: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 19: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 11: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-25 05: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 15: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-06 02: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 |