Loric Brevet

Results 200 comments of Loric Brevet

Maybe? ``` capslock = S-backslash ```

Great! Have fun :). I let you close this issue then.

Not sure I understand what you mean by preset. You can use `include` if you want to split it into different files. Example: ``` $ ls -l /etc/keyd/ lrwxrwxrwx 1...

> I want to set the layout with a command to keyd. Keyd does not have that. Keyd is a daemon. When the daemon starts, it loads configurations. The parsing...

It seems to be that this is the same bug as the one I reported here: https://github.com/elementary/gala/issues/2651

Can it be because of this? https://github.com/elementary/code/blob/dca3a350a61e784e049ac012e4396158cd2028df/src/MainWindow.vala#L224

Would it make sense to scope editor-only bindings to the editor widget instead? Like: 1. Remove the case-change accelerators from `MainWindow.action_accelerators`. 2. Add a `Gtk.ShortcutController` (or `Gtk.EventControllerKey`) to `DocumentView`/`SourceView` that...

Good catch, that seems accurate, as there doesn't seem to be a clean, built-in way to scope shortcuts per widget in Gtk3. It might be a wise decision to keep...

I don't know if that could help, and I haven't tested yet (as I don't know exactly how to build and test Gala without breaking my system), but would the...

If I can add also, even when the focus ends up working, I still see a blink between overview and focused window instead of directly switching.