jung6717 / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

Increase/decrease indent doesn't work on OS X with swedish keyboard layout. #220

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Press Command
2. Press Alt
3. Press 8/9

What is the expected output? What do you see instead?

The row or all selected text should change indentation. Instead, nothing 
happens.

What version of the Arduino software are you using? On what operating
system?  Which Arduino board are you using?

Arduino 0018 on OS X with swedish keyboard.

Please provide any additional information below.

Seems like the problem is with shortcuts which need Alt to be pressed. The 
shortcut for 
comment/uncomment works fine. That is: 
1. Command 
2. Shift 
3. 7. 
A possible solution could be to change shortcuts to Command-( and Command-). 

The issue is similar to http://code.google.com/p/arduino/issues/detail?id=76

Original issue reported on code.google.com by krook.jo...@gmail.com on 15 Mar 2010 at 7:40

GoogleCodeExporter commented 8 years ago
I agree with you, that this is a duplicate to #76, where it affects the Swedish 
keyboard layout. It seems to affect all keyboard layouts where the square 
brackets are on another position than on the US / English keyboard.

The same bug also exists in the Processing IDE, but their tracker shows no 
similar issue yet. Maybe they shall be approached, as Arduino uses their IDE.

In Arduino 0222 and with my German or Austrian keyboard layout I still 
experience the very same problem.

MY WORKAROUND: Simply press CMD and the key position where the opened or closed 
square bracket are on the English keyboard. It then works! I.e. On the German 
keyboard use Cmd-Ü or Cmd-*. See the attachments.

Original comment by p....@gmx.at on 12 Jun 2011 at 6:04

Attachments:

GoogleCodeExporter commented 8 years ago
https://github.com/arduino/Arduino/issues/220#issuecomment-106762379

Original comment by federico...@gmail.com on 29 May 2015 at 9:59