Class HotKey


  • public class HotKey
    extends Object
    • Constructor Detail

      • HotKey

        public HotKey​(String... keywords)
        Parameters:
        keywords - The words that can trigger the hotkey. Can be single letters or full words.
    • Method Detail

      • isPressed

        public boolean isPressed​(String line)