vote up 10 vote down star
4

So I have been using Leopard for a year now, and the lastest update broke the keyboard mapping for eclipse. I use the dvorak layout, and now in eclipse if I press the ⌘ and the b key it does a build, instead of a cut(b = x).

Does anyone else have this issue, and are there any workarounds?

EDIT: The best current workaround is to upgrade to 10.5.7.

flag

63% accept rate
Stack Overflow - where programmers go to learn that their OS needs updating. Currently in the process of updating, I'll let you know if I'm affected either way. – Cebjyre Dec 16 '08 at 1:05
In this case it would be that your OS needs 'not' updating, since the problem did not exist in 10.5.5. – Jarred McCaffrey Dec 17 '08 at 17:08

18 Answers

vote up 2 vote down check

Woo-hoo! It's fixed as of 10.5.7!

link|flag
vote up 5 vote down

This is happening for me in both Eclipse and Flex Builder 3 (based on Eclipse). It's also been reported on Apple Discussions. Unfortunately I don't know any workarounds.

link|flag
The only workaround I have found is to add option to my needed commands, like copy, paste, and cut. – Milhous Dec 17 '08 at 17:25
Hmmm... adding 'option' doesn't work for me. For my setup this gives characters from the expanded character set such as the British pound symbol, copyright symbol, trademark symbol, accented characters, etc. – Jarred McCaffrey Dec 17 '08 at 20:38
The other workaround is to downgrade to 10.5.5 – Milhous May 11 at 1:20
vote up 1 vote down

Also broken for me. Eclipse 3.4.1. Broke as I upgraded to OSX 10.5.6. Command comma,w,s and a few others behave correctly but the majority of the keys come out as qwerty. Makes it almost impossible to use Eclipse.

Hope a fix/workaround is found soon.

link|flag
vote up 1 vote down

I'm experiencing the same thing, using Eclipse 3.3.2. My workaround has been to go in to Eclipse->Preferences->General->Keys and manually re-map the assignments for the keyboard commands I use most frequently.

link|flag
This has worked for me too in Eclipse. I had to edit these prefs to setup HOME and END keys anyway (line end, line start, when 'editing text'). Remember to export your preferences because they won't stick when when you switch workspaces. – JJohnson Jan 16 at 14:30
vote up 1 vote down

raises hand

Another dvorak typist who can't use eclipse in 10.5.6

link|flag
vote up 1 vote down

ugh! me too. Had to switch to TextMate at least for now.

link|flag
vote up 0 vote down

Eclipse 3.4.1, standard (US) qwerty layout. I haven't found any shortcut problems, I temporarily set B to do cut (by fiddling with the key assignments in the eclipse preferences), and that worked OK.

link|flag
When I try to remap the key, it still goes to the wrong one. – Milhous Dec 16 '08 at 4:42
Did you make sure it was cleared from the other one when you remapped it? – Cebjyre Dec 16 '08 at 5:46
When i pressed the key, the worng value appeared, so remapping will not work :-( – Milhous Dec 16 '08 at 18:00
vote up 0 vote down

There is a witty comment to be made here about discrimination against Dvorak typists and the Dvorak layout being left out of someone's unit test--unfortunately I won't be the one to craft such a witty statement to its full potential.

I too can report this issue after upgrading from OS X 10.5.5 to 10.5.6.

link|flag
vote up 0 vote down

I've had the same issue, except not all the key bindings are broken. Command + S still saves, for example. But most of the commands evaluate as though I'm using QWERTY. I haven't found any solution so far except to manually remap the keys which I haven't done because its a huge pain.

link|flag
I think the the os framework maps Command + S and Command + Q to the correct items. – Milhous Dec 23 '08 at 2:35
vote up 0 vote down

I have the same issue. A supporting symptom: when I tried to "fix" it by using Preferences->General->Keys to remap "Undo" from F9 to Command-Z, when I typed Command-Z, it echoed as Command-/. / is the non-Dvorak key that sits in the same keyboard position as the Dvorak Z. So Eclipse is somehow getting at keys "before" the Dvorak mapping is applied by the OS.

I agree that it makes Eclipse unuseable. Help!

link|flag
vote up 0 vote down

+same here with ganymede (3.4.1) and dvorak layout. It seems like they try to translate the key-codes themselves.

Can someone who changed their shortcuts (as a temporary fix) upload it somewhere please?

link|flag
vote up 0 vote down

I have the same stinkin' issue too! I'm glad I'm not the only one.

link|flag
vote up 0 vote down

Same here, driving me absolutely insane. Thankfully I rarely use Eclipse on OSX.

I guess I'm thankful that Cmd-S still works.

link|flag
vote up 0 vote down

i have the same issue...

link|flag
vote up 0 vote down

I don't generally post a "me-too", but has anyone found a solution yet for this very annoying problem?

link|flag
There is a build of eclipse that is Cocoa written. It fixes the keyboard shorcuts in the editior, but it is still being "tweeked". – Milhous Mar 12 at 16:44
vote up 0 vote down

I believe this is an eclipse only problem, because the same problem does not affect me when I use my Dvorak layout and other java tools such as JDeveloper or SQLDeveloper.

It drives me nuts, and I find myself actually booting windows or linux in a virtual machine so that I can use Eclipse with semi-coherent key mappings.

The odd thing is, though, that this problem did not exist to start with for me. The key mappings used to work fine in Dvorak. Then one day, poof.

I wonder if it had anything to do with the fact that non-Dvorak users on my machine change the key mapping back to qwerty.

I should mention, though I don't know if it is/isn't relevant, but I am using the CFEclipse plugin. I have not tried to invoke this behaviour with other perspectives yet.

Maybe for fun, I will try creating another local account and see if I can use eclipse to start with.

Another possibility could be the VM itself, and the way it handles the underlying keyboard interception.

Any other thoughts?

Allen

link|flag
I believe it is a Carbon problem. The Cocoa version of eclipse works, and other Cocoa apps have reported problems. – Milhous Mar 16 at 21:04
vote up 0 vote down

I'm also suffering from this problem. Any progress ?

link|flag
nope, still broken. – Milhous Apr 16 at 2:52
vote up 0 vote down

Fixed in the 10.5.7 update.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.