init() { DispatchQueue.main.async { NSEvent.addGlobalMonitorForEvents(matching: [.flagsChanged]) { event in } } }