(vendor-specific-keysyms): Add second spelling for HP.
This commit is contained in:
parent
4a4cbdd528
commit
3f18a142f9
1 changed files with 2 additions and 1 deletions
|
@ -568,7 +568,8 @@ as returned by (x-server-vendor)."
|
|||
(65298 . save)
|
||||
(65299 . exit)
|
||||
(65300 . repeat)))
|
||||
((string-equal vendor "Hewlett-Packard Incorporated")
|
||||
((or (string-equal vendor "Hewlett-Packard Incorporated")
|
||||
(string-equal vendor "Hewlett-Packard Company"))
|
||||
'(( 168 . mute-acute)
|
||||
( 169 . mute-grave)
|
||||
( 170 . mute-asciicircum)
|
||||
|
|
Loading…
Add table
Reference in a new issue