From bafd66ba4f69dc5f85a8c42a4dde996f0015aea0 Mon Sep 17 00:00:00 2001 From: Flavio Monteiro Date: Thu, 14 Sep 2017 22:49:42 -0300 Subject: [PATCH] Fix comment of the ctrlAlt() helper function --- app/src/processing/app/helpers/Keys.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/processing/app/helpers/Keys.java b/app/src/processing/app/helpers/Keys.java index 6c0053e50..74dc90563 100644 --- a/app/src/processing/app/helpers/Keys.java +++ b/app/src/processing/app/helpers/Keys.java @@ -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). *