Closed turbanoff closed 10 years ago
Hi, which keyboard layout do you use? In a quick test I couldn't reproduce it with an US layout.
US layout.
After change this line shortcut worked.
https://github.com/icsharpcode/SharpDevelop/blob/master/src/Main/Base/Project/ICSharpCode.SharpDevelop.addin#L2074
to
shortcut="Control|Divide"
I'm still not sure whether you press the correct key. On a US layout this is what you need to press for Ctrl+/
:
I tried that and it worked.
Hm. You are right, with this key works well. But usuaslly use key /
on num pad.
Is it possible to support this key too?
shortcut="Control|Divide"
won't work correctly on keyboard layouts where /
is not its own key -- for example on the German keyboard layout, /
is on Shift
+7
, and OemQuestion
maps to the #
key instead.
May be possible support two shortcut?
I'm not sure of the concrete solutions, just want to work with numpad /
. And I'm sure I'm not alone
Ctrl + /
on press nothing happend. Action in context menu working properlySD 5.0 RC. build 4696