Samvel Abrahamyan

Results 14 comments of Samvel Abrahamyan

Thanks for reporting this, I've been annoyed by this for a long time as well, to be honest :smiley: Need to find some spare time to fix this.

Hey! I think I don't entirely get the idea. So let's say you want to write symbol `_`, currently it requires `Shift+-`. Do you want to simulate `Shift+-` by using...

Hi @pushqrdx and thanks for your request. Have you considered using another alternative for command execution other than xbindkeys. For example, I am using i3wm and it gives command execution...

Hmm, that sounds reasonable. One possible solution that I use is the following. Pick a key that you're not going to use (or you don't have on your keyboard). Let's...

Well, as a result KBCT will intercept any of that shortcut that you intended to map to a command, if I understand correctly.

Yeah, for that very reason this is also in the readme :smiley: ``` *However, KBCT is not a tool that can be used to configure macros or arbitrary command execution...

I think something like this can fix the issue. ```yaml - keyboards: [ "Some kbd"] keymap: capslock: reserved # noop layers: - modifiers: [ 'capslock' ] keymap: i: up j:...

Thanks, for the thorough explanation. Clearly this is a bug, will let you know when fixed.

Hi @arnarg. Yes, no problem! Happy to know that it was helpful.

Thank you @mzenz for the detailed report. Can you please repeat the same scenario with `RUST_BACKTRACE` env var set to 1 and provide the backtrace of the error. ``` export...