Skip to content

Commit fe7b90c

Browse files
committed
wrapping up #2199 in the todo notes
1 parent b3002e7 commit fe7b90c

File tree

1 file changed

+4
-23
lines changed

1 file changed

+4
-23
lines changed

todo.txt

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,12 @@ o report of a library or tool (probably includes 2.x? 1.x?) breaking things
1717
o NoSuchFieldError: useNativeSelect
1818
X https://github.com/processing/processing/issues/4821
1919
X closed, no response
20-
21-
22-
shortcuts
2320
X problems with non-US keyboards and some shortcuts
2421
X 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

4627
fixed earlier
4728
X Could not initialize class com.sun.jna.Native on startup (Windows)

0 commit comments

Comments
 (0)