I'm using eclipse over an x11 connection to an ubuntu machine from my mac. I want to be able to use the command key on my keyboard as a separate meta modifier for keyboard shortcuts in eclipse. Using xmodmap, I can make command be control or mod1, both of which get captured by eclipse (as Ctrl and Alt). But I don't want it to overlap with shortcuts for those two keys. Is there any way to map it as some other mod key that eclipse will actually catch as a separate key?
feedback
|
migrated from stackoverflow.com Jul 1 '11 at 13:58
This question came from our site for professional and enthusiast programmers.