You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
486 B
22 lines
486 B
xkb_keymap { |
|
xkb_keycodes "(unnamed)" { |
|
minimum = 122; |
|
maximum = 124; |
|
<VOL-> = 122; |
|
<VOL+> = 123; |
|
<POWR> = 124; |
|
alias <I122> = <VOL->; |
|
alias <I123> = <VOL+>; |
|
alias <I124> = <POWR>; |
|
}; |
|
xkb_types "(unnamed)" { |
|
}; |
|
xkb_compatibility "(unnamed)" { |
|
}; |
|
xkb_symbols "(unnamed)" { |
|
name[group1]="Mobile Convenient Buttons"; |
|
key <VOL-> { [ XF86AudioLowerVolume ] }; |
|
key <VOL+> { [ XF86AudioRaiseVolume ] }; |
|
key <POWR> { [ XF86PowerOff ] }; |
|
}; |
|
};
|
|
|