View Single Post
Posts: 1,336 | Thanked: 3,932 times | Joined on Jul 2010 @ Brittany, France
#61
Originally Posted by coderus View Post
btw, is there a comprehenshiv einstruction about availbale linux chroots?
Just those in elros34's repository (see first post) as far as I know, so not a comprehensive knowledge base, but they already are enough to get started.

Originally Posted by Wolda View Post
A clumsy way to switch the backlight on:

Code:
echo 1 > /sys/class/leds/keyboard-backlight/brightness
I am thinking of hooking a script switching the backlight on/off to some key (maybe CAPS_LOCK?) but I was lazy so-far to investigate the details. Anyone?

Also, I would like to make the ALT_R key using the sticky mode. I have changed SHIFT to this (that's why I don't need the CAPS_LOCK key as double-SHIFT does the same job now). Is there an easy hack?

Finally, does anyone knows how to get the control over CAPS_LOCK LED? At the moment, the CAPS_LOCK key triggers the LED even when the function is remapped, however, the double-SHIFT triggering CAPS_LOCK function won't trigger the LED :-(

(I am trying to optimize the keyboard for as convenient ssh-in g as possible; I must admit that PDA Planet devices spoiled me a lot!)
Wow, awesome. Thanks a lot for the backlight trick. It may be a manual toggle, but it still is a huge progress already. Apparently, the backlight goes off when the screen turns off (due to inactivity or manual lock). For now, I'll put this command line as one of qCommand's, and put a cover action to it.

Could you please post that in the corresponding issue on Github and list your ideas for a script? I can post your message if you have no account. Piggz, one of the porters, is also the developer behind Taskswitcher in Openrepos, and this app already is supposed to detect keyboard opening to lock screen rotation, do it would be ideal to merge both.

Your progress regarding modifier toggles would also be extremely helpful in the keymap and boot image issues.

Last edited by Kabouik; 2020-01-02 at 22:44.
 

The Following 3 Users Say Thank You to Kabouik For This Useful Post: