ctrl+shift

This commit is contained in:
sirjonasxx 2020-04-25 03:16:04 +02:00
parent 530abc3139
commit d64927178f
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ public class Scheduler extends SubForm {
for (int i = 0; i < 10; i++) {
int[] ii = {i};
// todo doesnt work on my pc for some reason
provider.register(KeyStroke.getKeyStroke("control alt " + ii[0]), hotKey -> switchPauseHotkey(ii[0]));
provider.register(KeyStroke.getKeyStroke("control shift " + ii[0]), hotKey -> switchPauseHotkey(ii[0]));
}
System.setErr(err);
}

View File

@ -128,7 +128,7 @@
<Insets left="5.0" />
</GridPane.margin>
</RadioButton>
<CheckBox fx:id="cbx_hotkeys" mnemonicParsing="false" text="Enable hotkeys (Ctrl+Alt+Index)" textFill="#4d4d4d" GridPane.columnIndex="5">
<CheckBox fx:id="cbx_hotkeys" mnemonicParsing="false" text="Enable hotkeys (Ctrl+Shift+Index)" textFill="#4d4d4d" GridPane.columnIndex="5">
<GridPane.margin>
<Insets left="32.0" />
</GridPane.margin>