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 2020 <Menu text =" File" >
2121 <MenuItem text =" New" onAction =" #newProject" >
2222 <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 " />
2424 </accelerator >
2525 <graphic >
2626 <ImageView >
3838 </MenuItem >
3939 <MenuItem text =" Open" onAction =" #openProject" >
4040 <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 " />
4242 </accelerator >
4343 <graphic >
4444 <ImageView >
5656 </MenuItem >
5757 <MenuItem text =" Save" onAction =" #saveProject" >
5858 <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 " />
6060 </accelerator >
6161 <graphic >
6262 <ImageView >
7474 </MenuItem >
7575 <MenuItem text =" Save As" onAction =" #saveProjectAs" >
7676 <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 " />
7878 </accelerator >
7979 <graphic >
8080 <ImageView >
9393 <SeparatorMenuItem />
9494 <MenuItem text =" Exit" onAction =" #quit" >
9595 <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 " />
9797 </accelerator >
9898 </MenuItem >
9999 </Menu >
100100 <Menu text =" Tools" >
101101 <MenuItem text =" Deploy" onAction =" #deploy" >
102102 <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 " />
104104 </accelerator >
105105 <graphic >
106106 <ImageView styleClass =" menu-graphic" >
You can’t perform that action at this time.
0 commit comments