mirror of
https://github.com/robertvokac/time-calc.git
synced 2025-03-25 07:27:49 +01:00
Added new improvements
This commit is contained in:
parent
a573a2799c
commit
0a86661fe1
@ -90,7 +90,9 @@ public class TimeCalcManager {
|
|||||||
if (e.getKeyCode() == KeyEvent.VK_DOWN) {
|
if (e.getKeyCode() == KeyEvent.VK_DOWN) {
|
||||||
Utils.everythingHidden.set(true);
|
Utils.everythingHidden.set(true);
|
||||||
}
|
}
|
||||||
|
if (e.getKeyCode() == KeyEvent.VK_H) {
|
||||||
|
Utils.everythingHidden.flip();
|
||||||
|
}
|
||||||
if (e.getKeyCode() == KeyEvent.VK_G) {
|
if (e.getKeyCode() == KeyEvent.VK_G) {
|
||||||
if(!Utils.ultraLight.get() && Utils.highlighted.isEnabled()) {
|
if(!Utils.ultraLight.get() && Utils.highlighted.isEnabled()) {
|
||||||
Utils.highlighted.disable();
|
Utils.highlighted.disable();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user