Preference to switch media keys with function keys #362
Jopp-gh
started this conversation in
Pull requests
Replies: 1 comment 1 reply
-
Modifying If you want this to be a permanent one-time change, have you tried the other steps outlined in that link?
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm asking for a new preference in Mint's keyboard settings in "system settings".
Basically, to switch from media keys (brightness controls, music controls, mute, etc) to function keys (f1-f12 and f13-f15), globally.
On my keyboard, very awkwardly, media keys are set as default keys and normal function keys set as secondary keys. I don't get why presets are more important than simple keys.
Btw, I'm using a Satechi, ST-AMWKM.
Some bios interfaces allow to switch media keys with function keys, my bios doesn't have such options, unfortunately. I triple checked.
Most Keyboards have a build-in shortcut (usually fn+esc) to switch function and media keys. The problem here's, you've to repeat this shortcut after every login, this is very cumbersome and very annoying, because I need these function keys all times.
Also, I tried to follow a tutorial for Ubuntu and for my apple-like keyboard :
https://help.ubuntu.com/community/AppleKeyboard#Change_Function_Key_behavior
It didn't work, because users cannot write to system folders. All it takes seems to be a file called "pb_fnmode" in /sys/module/hid/parameters/ with a value of "2"
Why 2?
Here a description of each behavior :
0 = disabled : Disable the 'fn' key. Pressing 'fn'+'F8' will behave like you only press 'F8'
1 = fkeyslast : Function keys are used as last key. Pressing 'F8' key will act as a special key. Pressing 'fn'+'F8' will behave like a F8.
2 = fkeysfirst : Function keys are used as first key. Pressing 'F8' key will behave like a F8. Pressing 'fn'+'F8' will act as special key (play/pause).
Beta Was this translation helpful? Give feedback.
All reactions