emmetio / emmet-eclipse

Emmet for Eclipse
http://emmet.io
343 stars 74 forks source link

Issues with shortcuts and french keyboard #10

Closed olvlvl closed 7 years ago

olvlvl commented 11 years ago

Hello,

The Ctrl+Alt+[ and the Ctrl+Alt+] shortcuts used to jump to the previous and next edit points are impossible to use with a French keyboard because "(" and "[" are on the same key and we actually enter Ctrl+Alt+( to produce "[" and Ctrl+Alt+) to produce "]". So when I enter Ctrl+Alt+( to produce "[" I end up on the previous edit point.

I unbound the shortcuts but it was really confusing.

Could you include a notice, disable the shortcuts or use different ones ?

ptolp commented 11 years ago

same issue with Finnish keyboards.

cpater commented 10 years ago

same issue with german keyboards.

cdutaret commented 9 years ago

As a side effect, in some editors like the JSDT editor, typing [ results in the previous edit point action, and makes it impossible to actually type [

aquachris commented 8 years ago

Ok, if anyone else is looking to work around this issue by removing the keyboard shortcut, here's how to do it: In Eclipse, go to "Window" -> "Preferences", then "General" -> "Keys". Sort the list using the column "Category" and scroll down until you find the category "Emmet".

The shortcuts for "Select Next Item" and "Select Previous Item" are what causes the issue with [ and ]. Use the button "Unbind Command" to remove those shortcuts.

Hope this helps :)