hyper/lib
Matheus Fernandes be286c0d5a Fix keyboard shortcuts on Linux and Windows (#1058)
* `command` => `mod`

* `Option` => `Alt`

* Allow hterm to consume a keyboard event only if it's not a Hyper accelerator

* Remove `console.log`s

* Say no to bikeshedding

* We already clear the selection on `onKeyDown`

* Add comments

* Remove meaningless comment

* Add fullscreen shortcut for Windows and Linux

* Use the accelerators defined in `accelerators.js` for the app menu
2016-11-30 15:19:45 -05:00
..
actions Use the correct EOL character based on the current OS 2016-11-22 09:48:40 -02:00
components Add an active class on current session panel (#905) 2016-11-19 18:05:48 -02:00
constants Add Windows support and first-class Linux support (#946) 2016-11-11 15:18:04 -02:00
containers Fix keyboard shortcuts on Linux and Windows (#1058) 2016-11-30 15:19:45 -05:00
reducers Add Windows support and first-class Linux support (#946) 2016-11-11 15:18:04 -02:00
store Fix config-store imports (#733) 2016-09-21 23:29:23 -03:00
utils Allow require of plugin apis (#977) 2016-11-19 18:18:07 -02:00
component.js fix various typos and grammar errors in comments (#834) 2016-10-10 12:26:47 +02:00
hterm.js Fix keyboard shortcuts on Linux and Windows (#1058) 2016-11-30 15:19:45 -05:00
index.js Prefer default export to make XO happy (#931) 2016-10-25 14:53:15 +02:00
rpc.js [WIP] Use XO instead of Standard (#723) 2016-09-21 16:27:11 +02:00
selectors.js Prefer default export to make XO happy (#931) 2016-10-25 14:53:15 +02:00