KeyCode::VK_OPEN_URL_APP_Finder /System/Library/CoreServices/Finder.app KeyCode::VK_OPEN_URL_APP_Terminal /Applications/Utilities/Terminal.app KeyCode::VK_OPEN_URL_APP_Chrome /Applications/Google Chrome.app KeyCode::VK_OPEN_URL_APP_Sublime /Applications/Sublime Text.app HYPER For All Keyboard F19(Capslock) as HyperKey This maps F19 to Hyper Modifier (+ When you type Capslock only, send Escape) private.HyperKey __KeyOverlaidModifier__ KeyCode::F19, KeyCode::VK_MODIFIER_HYPER, KeyCode::ESCAPE __KeyToKey__ KeyCode::F19, KeyCode::VK_MODIFIER_HYPER App Launch shortcuts Set F19 + F to launch finder private.open_finder __KeyToKey__ KeyCode::F, ModifierFlag::HYPER, KeyCode::VK_OPEN_URL_APP_Finder Set F19 + T to launch terminal private.open_terminal __KeyToKey__ KeyCode::T, ModifierFlag::HYPER, KeyCode::VK_OPEN_URL_APP_Terminal Set F19 + E to launch SublimeText Editor private.open_sublime __KeyToKey__ KeyCode::E, ModifierFlag::HYPER, KeyCode::VK_OPEN_URL_APP_Sublime Set F19 + C to launch Google Chrome private.open_chrome __KeyToKey__ KeyCode::C, ModifierFlag::HYPER, KeyCode::VK_OPEN_URL_APP_Chrome Hyper+H,J,K,L to LEFT,DOWN,UP,RIGHT Hyper+J To Down Hyper+J, send down private.hyperj2down __KeyToKey__ KeyCode::J, ModifierFlag::HYPER, KeyCode::CURSOR_DOWN Hyper+K To Up Hyper+k, send up private.hyperk2up __KeyToKey__ KeyCode::K, ModifierFlag::HYPER, KeyCode::CURSOR_UP Hyper+H To Left Hyper+h, send left private.hyperh2left __KeyToKey__ KeyCode::H, ModifierFlag::HYPER, KeyCode::CURSOR_LEFT Hyper+L To Right Hyper+l, send right private.hyperl2right __KeyToKey__ KeyCode::L, ModifierFlag::HYPER, KeyCode::CURSOR_RIGHT Hyper+Delete To ForwardDelete private.hyperDelete2ForwardDelete __KeyToKey__ KeyCode::DELETE, ModifierFlag::HYPER, KeyCode::FORWARD_DELETE CapsLock Key private.CapsLockTab __KeyToKey__ KeyCode::TAB, ModifierFlag::HYPER, KeyCode::CAPSLOCK For POKER II POKER_CORP0x0f39 POKER_II 0x0611 swapLeftCommandAndleftAlt private.pkSwapLeftCommandAndleftAlt DeviceVendor::POKER_CORP, DeviceProduct::POKER_II __KeyToKey__ KeyCode::COMMAND_L, KeyCode::OPTION_L __KeyToKey__ KeyCode::OPTION_L, KeyCode::COMMAND_L rightAltToRightCommand private.pkRightAltToLeftCommand DeviceVendor::POKER_CORP, DeviceProduct::POKER_II __KeyToKey__ KeyCode::OPTION_R, KeyCode::COMMAND_R rightCtrlToRightArrow private.pkRightCtrlToRightArrow DeviceVendor::POKER_CORP, DeviceProduct::POKER_II __KeyToKey__ KeyCode::CONTROL_R, KeyCode::CURSOR_RIGHT changeEscToTilde private.pkChangeEscToTilde DeviceVendor::POKER_CORP, DeviceProduct::POKER_II __KeyToKey__ KeyCode::ESCAPE, KeyCode::BACKQUOTE Media Keys Hyper+F7 To MUSIC_PREV private.hyperF72MusicPrev DeviceVendor::POKER_CORP, DeviceProduct::POKER_II __KeyToKey__ KeyCode::F7, ModifierFlag::HYPER, KeyCode::VK_CONSUMERKEY_MUSIC_PREV Hyper+F8 To MUSIC_PLAY private.hyperF82MusicPlay DeviceVendor::POKER_CORP, DeviceProduct::POKER_II __KeyToKey__ KeyCode::F8, ModifierFlag::HYPER, KeyCode::VK_CONSUMERKEY_MUSIC_PLAY Hyper+F9 To MUSIC_NEXT private.hyperF82MusicNext DeviceVendor::POKER_CORP, DeviceProduct::POKER_II __KeyToKey__ KeyCode::F9, ModifierFlag::HYPER, KeyCode::VK_CONSUMERKEY_MUSIC_NEXT