Muhammed Zakir
Muhammed Zakir
IMHO, it is better to add this is as another rule in `open_terminal_window.json`. What do you think?
It shouldn't. See the GHA ran for a testing PR I made. All the tests passed successfully. I think you may have made some mistakes when you tried to do...
When trying to trigger that shortcut, press `control` first rather than `option`. Otherwise, "word navigation" will be triggered (`option+j`). I think this could be solved by moving "word deletion" rule...
Add 2 rules in this order: 1. From `e` to `e` with only the modifiers you want to use with `e` in `from.modifiers.optional` such as `caps_lock` and `shift`. 2. From...
I haven't tested this. 1. Map `left_command` + `shift` to `vk_none`. 2. Map `"any": "key_code"` with `shift` and `left_command` in `from.modifiers.mandatory` to `vk_none`. [1] https://karabiner-elements.pqrs.org/docs/json/complex-modifications-manipulator-definition/from/any/
1. Please add your config to `public/groups.json` in "Application-specific" category. 2. `"modifiers": []` is not needed. You can remove them. 3. `repeat` is by default `true`. So no need for...
Any news? I understand there is a vulnerability-issue if this is implemented, but I am okay with it. You could show a big warning to users when they try to...
I was able to open those links in `/usr/lib/webkit2gtk-4.0/MiniBrowser` without any problems.
I found a reliable case; in those notification links, the `#...` part at the end is causing the problem. If I remove that, LuaKit handles the pages correctly. https://duckduckgo.com/ --...
strace of luakit: https://pastebin.mozilla.org/SyGR9PoM/raw strace of webkit process: https://pastebin.mozilla.org/pagd4hot/raw Both of them have been trimmed. About WebKit: I had to attach to it just after loading the page. If I...