Interface Settings.HotKey

Enclosing interface:
Settings

public static interface Settings.HotKey
  • Method Details

    • getSpecial

      String getSpecial(String defValue)
    • getCharacter

      String getCharacter(String defValue)
    • getWithControl

      boolean getWithControl(boolean defValue)
    • getWithShift

      boolean getWithShift(boolean defValue)
    • getWithAlt

      boolean getWithAlt(boolean defValue)
    • getKeys

      String getKeys(String defValue)
    • setKeys

      void setKeys(String value)