GlobalHotkeyManager.unregister

Register new global hotkey with previously used GlobalHotkey object. It is safe to unregister unknown or invalid hotkey.

  1. void unregister(GlobalHotkey gh)
  2. void unregister(const(char)[] key)
    class GlobalHotkeyManager
    static
    void
    unregister
    (
    const(char)[] key
    )
Suggestion Box / Bug Report