add additional remapping
add additional remapping
This commit is contained in:
@@ -123,6 +123,12 @@ public class KeyRemappingPlugin extends Plugin
|
|||||||
private ModifierlessKeybind f12;
|
private ModifierlessKeybind f12;
|
||||||
@Getter(AccessLevel.PACKAGE)
|
@Getter(AccessLevel.PACKAGE)
|
||||||
private ModifierlessKeybind esc;
|
private ModifierlessKeybind esc;
|
||||||
|
@Getter(AccessLevel.PACKAGE)
|
||||||
|
private ModifierlessKeybind ctrl;
|
||||||
|
@Getter(AccessLevel.PACKAGE)
|
||||||
|
private ModifierlessKeybind alt;
|
||||||
|
@Getter(AccessLevel.PACKAGE)
|
||||||
|
private ModifierlessKeybind shift;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void startUp() throws Exception
|
protected void startUp() throws Exception
|
||||||
@@ -315,5 +321,8 @@ public class KeyRemappingPlugin extends Plugin
|
|||||||
this.f11 = config.f11();
|
this.f11 = config.f11();
|
||||||
this.f12 = config.f12();
|
this.f12 = config.f12();
|
||||||
this.esc = config.esc();
|
this.esc = config.esc();
|
||||||
|
this.ctrl = config.ctrl();
|
||||||
|
this.alt = config.alt();
|
||||||
|
this.shift = config.shift();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user