os-js / osjs-client

OS.js Client Module
https://manual.os-js.org/
Other
31 stars 31 forks source link

Keycombo handler does not work on OSX #70

Open andersevenrud opened 5 years ago

andersevenrud commented 5 years ago

On OSX some keyboard inputs are interpolated. Example is ALTA, so the current implementation does not work on these systems.

Code found here: https://github.com/os-js/osjs-client/blob/master/src/utils/input.js

Original issue: https://github.com/os-js/osjs-panels/issues/16