Commit Graph
4 Commits
Author SHA1 Message Date
Robert Machmer 8bb39acbd4 Use cmd abbreviation instead of command on OSX
This is how it is usually done in OSX programs.
2016-01-31 12:58:13 +01:00
Robert Machmer f336250785 Remove unused variable 2016-01-28 19:38:36 +01:00
Robert Machmer bf8d59ce4c Allow user to move caret to end of a line or its beginning
On Windows the user can press the 'home' or 'end' key to jump around. On
OSX he has to use cmd+arrow keys to move around.

If the user holds down shift while performing the above operations the
whole line will be selected from where the caret was currently placed.
2016-01-25 11:12:58 +01:00
Robert Machmer 1a31293ac5 Make controls nicer for OSX users
These operations are done via the command button on OSX.
2016-01-25 01:52:23 +01:00