Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6.3
-
None
Description
The following code is meant to call the tweet action when the user presses ENTER
keyStrokeAction(component:tweetBox, keyStroke:"ENTER", action: controller.tweetAction)
But instead the SwingBuilder binds the action to (on windows) CTRL+ENTER and (on mac) Opt+ENTER. This is suprising. If the user wants them to be shortcuts then they would sepecify keyStroke:shortcut("ENTER")