timwredwards / Xcode-Multi-Edit-Plugin

Multi-cursor editing for Xcode 8
MIT License
40 stars 6 forks source link

Not working with german keyboard layout #8

Open thorstenstark opened 8 years ago

thorstenstark commented 8 years ago

On a german keyboard layout Shift-Option-A types the letter Å. This overwrites the shortcut for the Plugin. It would be nice to let the user choose a shortcut by it's own.

giorgiomarcias commented 8 years ago

The same holds with an italian keyboard.

szehnder commented 8 years ago

i'm seeing same thing w/ Xcode 7.2 w/ an English (US) keyboard

ghost commented 8 years ago

This is also a problem on a polish keyboard.

liuslevis commented 8 years ago

maybe hold option-A would output å leads to this problem?

barisatamer commented 8 years ago

Same problem with Turkish keyboard. option+A output is Æ

ariok commented 8 years ago

Same here. Any quick fix that we can apply?

AmbroiseCollon commented 8 years ago

Same problem with the french keyboard : I get "Æ". I forked the project and replaced the commands with Shift+Cmd instead of Shift+Option.

I guess it should solve the problem. But the manual installation didn't work or at least the Shift+Cmd+A didn't do anything. If someone can elaborate on that, it would be great ! Thank you !

timwredwards commented 8 years ago

Xcode 8 has just come into beta, with support for official extensions. I'm holding off maintaining this version of the multi-edit plugin until Xcode 8 is released. This will include support for configurable keyboard shortcuts.