-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config: Add br-abnt2 keyboard km-00010416.toml #3447
base: devel
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,6 +44,7 @@ dist_startscript_DATA = \ | |
km-00000414.toml \ | ||
km-00000415.toml \ | ||
km-00000416.toml \ | ||
km-00010416.toml \ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I just tried the instructions in |
||
km-00000419.toml \ | ||
km-0000041d.toml \ | ||
km-00000807.toml \ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you got a link to any docs about
pc105-inet
? It's not something I've come across before, and I can't find any online references to it. Should we be setting it for other keyboards?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found something in a system config file
/usr/share/X11/xkb/symbols/inet
on ubuntu packagexkb-data
(package file list, package download)According to the file, it is
EAK (Easy Access keyboards: Internet, Multimedia, PDA)
(line 1).See for example the first section
Very common set of media keys.
(line 16)On my test system,
setxkbmap --query
showsmodel: pc105+inet
.The system configured this automatically and the system's dedicated volume keys work (+, -, mute).
See `/usr/share/X11/xkb/symbols/inet` ubuntu 24.04