mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix typo
This commit is contained in:
@@ -69,7 +69,7 @@ public class PdeTextAreaDefaults extends TextAreaDefaults {
|
||||
// disabling for 0122, not sure what this does
|
||||
//inputHandler.addKeyBinding("C+\\", InputHandler.TOGGLE_RECT);
|
||||
|
||||
// for 0122, these have been changed for better compatability
|
||||
// for 0122, these have been changed for better compatibility
|
||||
// HOME and END now mean the beginning/end of the document
|
||||
if (Base.isMacOS()) {
|
||||
inputHandler.addKeyBinding("HOME", InputHandler.DOCUMENT_HOME);
|
||||
|
||||
Reference in New Issue
Block a user