Hacker News new | ask | show | jobs
by mercutio2 2288 days ago
The forthcoming beta of iOS adds global keybindings for caps lock.
1 comments

Not only that, but also native KeyUp and KeyDown events[1] without needing a JavaScript hacks! This means keychord-type shortcuts are now also possible in an app that wants to use it (e.g. an IDE, if someone is building one), or app-specific key remapping (e.g. Blink.sh, which currently uses JavaScript to detect and remap the key)

[1]: https://twitter.com/johnsundell/status/1225177084965851137