Michael Zabka
Michael Zabka
I accidentally created the typescript declarations for this package. So if you'd like to merge it, I'll welcome that :)
* it should allow open file even if it's directory. * underlying API can use file descriptor for example for listing directory files (readdir) * closes #244 You can reproduce...
* use source code open source from chromium project to get dead keysyms see just last commit.
This is just proposal of new modifiers & key code for props. It's currently in discussion of PR here: https://github.com/golang/mobile/pull/61
Add missing XK ISO Level 3 shift non unicode char in x11key map * The most appropriate description here: https://unix.stackexchange.com/a/55154/440266 * Right Alt ~ AltGr ~ ISO level 3 shift...
* the condition was never met because rune is usually unsigned int * the logical result of checking whether unshifted key rune is ASCII is range from 0 to 0x80
I propose some changes, which I'm currently implementing in my project. It's not necessary to merge it, but to trigger the discussion about the extension of key codes. It's related...
…license * in license-files.js is specified correct order of possible files which can be a base for license detection. * the LICENSE file has priority over e.g. README file. So...