|
|
|
|
|
by rhn_mk1
1495 days ago
|
|
> PrintScreen between right Alt and right Ctrl: very important too Please don't. Unless you want users of language layouts that make use AltGr to suffer. Imagine typing away a message, accidentally slipping your finger from AltGr onto the PrintScr (actually SysRq), and triggering a sysrq reboot in linux. Regularly. It's a choice between triggering crashes _all the time_, or disabling sysrq and never being able to debug the legit ones. |
|
Please do!
Because even with the most generous interpretation of your issue, it seems fully self-inflicted, by a lack of typing skills compounded by refusing to configure the keymap or the sysreq bitmask, and asking instead for that to become everyone problem by having the key moved!
> accidentally slipping your finger from AltGr onto the PrintScr
What about learning to touchtype? And until them, typing in a well lit room?
> It's a choice between triggering crashes _all the time_, or disabling sysrq and never being able to debug the legit ones.
That's a false dichotomy. You are not triggering crashes, you are instructing your computer to reboot (sysreq B) which it does.
It should not be blamed on the computer, but on your lack of attention, and the lack of adaptation, so I'd even call that a self inflicted problem.
If you can take the time to configure your laptop to use a non standard layout, you can certainly take the extra time to learn proper typing instead of bothering the vast majority of those who are happy with this layout.
If you can't take that time, you can certainly apply one of the many possible counter measures, like moving sysreq to another key (cf dumpkeys and loadkeys), or just disabling the sysreq reboot function (0 disables sysreq, 1 enables it, but you can have a finer control if you read the documentation, ex: 128 is the bitmask for the reboot/poweroff) which would let you debug the "legit ones" - though if your linux has legit crashes, you may have bigger problems!