André A. Gomes

Results 684 comments of André A. Gomes

`keyspecs-without-keycode` and `keyspecs-with-keycode` become obsolete in the new implementation.

@simendsjo based on your description, I can infer that you're setting your keyboard layout to dvorak at the OS level. I explicitly detailed the drawback you mention in the first...

> But then you'll alianate people with qwerty keyboards which chooses to use qwertz. Yes, I've noted that as a drawback from the beginning. But that group has voluntarily chosen...

> I don't want to bind things based on where keys reside on a US keyboard, I want to bind using mnemonics, Yes, I think that this is a good...

> I interpret that issue the same as "pressing shift a returns shift A" which is instead interpreted as lowercase `a`. If I remember correctly, it's actually harder because holding...

@lansingthomas thanks for reporting. The right way to fix this is to do a deep refactor in the 4-series. We have 4 ways to fetch the keybindings. See `binding-keys`, `describe-bindings`,...

It's a known issue of `cl-electron`, thanks for reporting.

@kchanqvq I think you should focus on the problem that you're trying to solve (which is a Nyxt extension that implements a structural editor). If you feel that part of...

@arcxne see file `INSTALL`. Assuming that you fetched the git submodules at `_build`, just call `make all`. Does that help? I'm curious whether you're able to run Nyxt on that...

@arcxne That's odd. If you take a look at the makefile you'll see that it sets `CL_SOURCE_REGISTRY` so that the git submodules (pointing to the CL libraries) take priority. Are...