@@ -17,31 +17,12 @@ o report of a library or tool (probably includes 2.x? 1.x?) breaking things
1717o NoSuchFieldError: useNativeSelect
1818X https://github.com/processing/processing/issues/4821
1919X closed, no response
20-
21-
22- shortcuts
2320X problems with non-US keyboards and some shortcuts
2421X https://github.com/processing/processing/issues/2199
25- _ Determine new keyboard shortcut for Step Out
26- _ https://github.com/processing/processing/issues/3538
27-
28- # Comment/Uncomment, Increase Indent, Decrease Indent
29- menu.edit.comment_uncomment.keystroke = meta pressed SLASH
30- menu.edit.increase_indent.keystroke = meta pressed CLOSE_BRACKET
31- menu.edit.decrease_indent.keystroke = meta pressed OPEN_BRACKET
32- # inside Editor.java
33-
34- # Previous Tab, Next Tab (ignored on Linux, which is Page Up and Page Down)
35- editor.header.previous_tab.keystroke = meta alt pressed LEFT
36- editor.header.next_tab.keystroke = meta alt pressed RIGHT
37- # inside EditorHeader.java
38-
39- # Step, Step Into, and Step Out
40- menu.debug.step.keystroke = meta pressed J
41- menu.debug.step_into.keystroke = shift meta pressed J
42- menu.debug.step_out.keystroke = meta alt pressed J
43- # inside JavaEditor.java
44-
22+ _ https://github.com/processing/processing/wiki/Localization#shortcuts-and-key-bindings
23+ o Determine new keyboard shortcut for Step Out
24+ X https://github.com/processing/processing/issues/3538
25+ X all set based on #2199
4526
4627fixed earlier
4728X Could not initialize class com.sun.jna.Native on startup (Windows)
0 commit comments