Aleksandr Koshkin
Aleksandr Koshkin
Thanks for your response! Basically I'm asking whether we can make it `true` _by default_, I guess it is set somewhere [around that line](https://github.com/alygin/vscode-tlaplus/blob/master/package.json#L314)?
@danmilon hm, didnt work for me. Qtile version 0.10.7 So, I've added an easy key for keyboard layout switcher: ``` EzKey("A-C-k", lazy.widget["keyboardlayout"].next_keyboard()) ``` The actual widget works properly, it correctly...
Ok, it seems that adding toggler via the X keyboard controller actually solves the problem ``` setxkbmap -model pc104 -layout us,ru -option grp:alt_shift_toggle ```
Here's what i've found in some of my tests: | log2 RDY | Seconds | |----------|---------| | 0 | 667 | | 1 | 274 | | 2 | 167...