mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-26 18:30:52 +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++) {
|
||||
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);
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user