- Communicate effectively and work well with others
- Take pride in your work
- Are curious and enjoy learning new things
- Have at least a year of experience building with Rails, AngularJS, or React
- Are a small but established SaaS startup
| usbWatcher = nil | |
| function usbDeviceCallback(data) | |
| if (data["productName"] == "Advantage2 Keyboard") then | |
| if (data["eventType"] == "added") then | |
| hs.keycodes.setLayout("U.S.") | |
| elseif (data["eventType"] == "removed") then | |
| hs.keycodes.setLayout("Dvorak") | |
| end | |
| end |
| <?xml version="1.0"?> | |
| <root> | |
| <item> | |
| <name>Compel Correct Shift Key</name> | |
| <appendix>Disable wrong shift key for characters.</appendix> | |
| <identifier>private.compel_correct_shift</identifier> | |
| <autogen> | |
| __KeyToKey__ | |
| KeyCode::BACKQUOTE, ModifierFlag::SHIFT_L | ModifierFlag::NONE, | |
| KeyCode::VK_NONE |