1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-31 20:52:13 +01:00

Fix comment of the ctrlAlt() helper function

This commit is contained in:
Flavio Monteiro 2017-09-14 22:49:42 -03:00 committed by Cristian Maglie
parent 3447175d1d
commit bafd66ba4f

View File

@ -220,7 +220,7 @@ public class Keys {
}
/**
* Creates a KeyCode for the "menu shortcut" + shift + the key passed in. By
* Creates a KeyCode for the "menu shortcut" + alt + the key passed in. By
* default, the menu shortcut is the ctrl key (hence the method name), but
* platforms might use a different key (like the Apple key on OSX).
*