mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-30 12:00:51 +01:00
ctrl+shift
This commit is contained in:
parent
530abc3139
commit
d64927178f
@ -117,7 +117,7 @@ public class Scheduler extends SubForm {
|
|||||||
for (int i = 0; i < 10; i++) {
|
for (int i = 0; i < 10; i++) {
|
||||||
int[] ii = {i};
|
int[] ii = {i};
|
||||||
// todo doesnt work on my pc for some reason
|
// 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);
|
System.setErr(err);
|
||||||
}
|
}
|
||||||
|
@ -128,7 +128,7 @@
|
|||||||
<Insets left="5.0" />
|
<Insets left="5.0" />
|
||||||
</GridPane.margin>
|
</GridPane.margin>
|
||||||
</RadioButton>
|
</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>
|
<GridPane.margin>
|
||||||
<Insets left="32.0" />
|
<Insets left="32.0" />
|
||||||
</GridPane.margin>
|
</GridPane.margin>
|
||||||
|
Loading…
Reference in New Issue
Block a user