Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hidden keybindings (?)

In the Eclipse Juno I cannot unbind the CTRL+ALT+W, because the binded command (show properties in SVN) is working with this binding, meanwhile there is no any bind to CTRL+ALT+W in the Preferences / General / Keys tab. Moreover, I unbinded all of bindings to W.

The problem is that the ALTGR+W (CTRL+ALT+W) is the '|' (pipe) character in the Hungarian keyboard layout. So, I cannot type '|' in the Eclipse.

Maybe, are there the hidden keybindings somewhere?

like image 993
m_and_m Avatar asked Oct 24 '12 15:10

m_and_m


1 Answers

I have found the resolve! All keybindigs stored in [your-workspace]\.metadata\.plugins\org.eclipse.e4.workbench\workbench.xmi, and I found here the CTRL+ALT+W (I don't know why not visible in Preferences). I changed it to any other key, or insert a <tags>deleted</tags> into the bindings tag. (I had exited from Eclipse before did it). Once restarted the Eclipse the CTRL+ALT+W is freed.

Now the ALTGR+W types the '|'. That was my goal!

like image 91
m_and_m Avatar answered Oct 17 '22 12:10

m_and_m