File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
ui/src/main/resources/edu/wpi/grip/ui Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
<Menu text =" File" >
21
21
<MenuItem text =" New" onAction =" #newProject" >
22
22
<accelerator >
23
- <KeyCodeCombination alt =" UP" code =" N" control =" DOWN " meta =" UP" shift =" UP" shortcut =" UP " />
23
+ <KeyCodeCombination alt =" UP" code =" N" control =" UP " meta =" UP" shift =" UP" shortcut =" DOWN " />
24
24
</accelerator >
25
25
<graphic >
26
26
<ImageView >
38
38
</MenuItem >
39
39
<MenuItem text =" Open" onAction =" #openProject" >
40
40
<accelerator >
41
- <KeyCodeCombination alt =" UP" code =" O" control =" DOWN " meta =" UP" shift =" UP" shortcut =" UP " />
41
+ <KeyCodeCombination alt =" UP" code =" O" control =" UP " meta =" UP" shift =" UP" shortcut =" DOWN " />
42
42
</accelerator >
43
43
<graphic >
44
44
<ImageView >
56
56
</MenuItem >
57
57
<MenuItem text =" Save" onAction =" #saveProject" >
58
58
<accelerator >
59
- <KeyCodeCombination alt =" UP" code =" S" control =" DOWN " meta =" UP" shift =" UP" shortcut =" UP " />
59
+ <KeyCodeCombination alt =" UP" code =" S" control =" UP " meta =" UP" shift =" UP" shortcut =" DOWN " />
60
60
</accelerator >
61
61
<graphic >
62
62
<ImageView >
74
74
</MenuItem >
75
75
<MenuItem text =" Save As" onAction =" #saveProjectAs" >
76
76
<accelerator >
77
- <KeyCodeCombination alt =" UP" code =" S" control =" DOWN " meta =" UP" shift =" DOWN" shortcut =" UP " />
77
+ <KeyCodeCombination alt =" UP" code =" S" control =" UP " meta =" UP" shift =" DOWN" shortcut =" DOWN " />
78
78
</accelerator >
79
79
<graphic >
80
80
<ImageView >
93
93
<SeparatorMenuItem />
94
94
<MenuItem text =" Exit" onAction =" #quit" >
95
95
<accelerator >
96
- <KeyCodeCombination alt =" UP" code =" Q" control =" DOWN " meta =" UP" shift =" UP" shortcut =" UP " />
96
+ <KeyCodeCombination alt =" UP" code =" Q" control =" UP " meta =" UP" shift =" UP" shortcut =" DOWN " />
97
97
</accelerator >
98
98
</MenuItem >
99
99
</Menu >
100
100
<Menu text =" Tools" >
101
101
<MenuItem text =" Deploy" onAction =" #deploy" >
102
102
<accelerator >
103
- <KeyCodeCombination alt =" UP" code =" R" control =" DOWN " meta =" UP" shift =" UP" shortcut =" UP " />
103
+ <KeyCodeCombination alt =" UP" code =" R" control =" UP " meta =" UP" shift =" UP" shortcut =" DOWN " />
104
104
</accelerator >
105
105
<graphic >
106
106
<ImageView styleClass =" menu-graphic" >
You can’t perform that action at this time.
0 commit comments