#Shortcuts mac os x Shortcuts
#Usage
HotKey.register(6, modifiers: UInt32(cmdKey)) { () -> () in
print("got Hotkey here")
}
| Name | Name | Last commit date | ||
|---|---|---|---|---|
#Shortcuts mac os x Shortcuts
#Usage
HotKey.register(6, modifiers: UInt32(cmdKey)) { () -> () in
print("got Hotkey here")
}