Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 572238 Details for
Bug 682880
x11-misc/xkeyboard-config-2.25: broken build time dependency with automake:1.15
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
user patch
hypermatrix.diff (text/plain), 1.35 KB, created by
Luna
on 2019-04-08 14:10:37 UTC
(
hide
)
Description:
user patch
Filename:
MIME Type:
Creator:
Luna
Created:
2019-04-08 14:10:37 UTC
Size:
1.35 KB
patch
obsolete
>diff --git a/rules/base.o_s.part b/rules/base.o_s.part >index 505f094..5f30ef1 100644 >--- a/rules/base.o_s.part >+++ b/rules/base.o_s.part >@@ -172,4 +172,5 @@ > lv5:lwin_switch_lock_cancel = +level5(lwin_switch_lock_cancel) > lv5:rwin_switch_lock_cancel = +level5(rwin_switch_lock_cancel) > parens:swap_brackets = +parens(swap_brackets) >+ hypermatrix:pc104 = +hypermatrix(pc104) > >diff --git a/symbols/Makefile.am b/symbols/Makefile.am >index 9ba1c4a..a1532f2 100644 >--- a/symbols/Makefile.am >+++ b/symbols/Makefile.am >@@ -2,6 +2,7 @@ SUBDIRS = digital_vndr fujitsu_vndr hp_vndr jolla_vndr macintosh_vndr nec_vndr n > > symbolsdir = $(xkb_base)/symbols > symbols_DATA = \ >+hypermatrix \ > af al am apl \ > ara at au az \ > ba bd be \ >diff --git a/symbols/hypermatrix b/symbols/hypermatrix >new file mode 100644 >index 0000000..93d7051 >--- /dev/null >+++ b/symbols/hypermatrix >@@ -0,0 +1,16 @@ >+default partial modifier_keys alphanumeric_keys keypad_keys >+xkb_symbols "pc104" { >+ >+ // Alphanumeric keys >+ >+ key.type[Group1] = "TWO_LEVEL"; >+ >+ key <TLDE> { [ 0 , asciitilde ] }; >+ key <AE10> { [ grave , parenright ] }; >+ key <AE12> { [ plus , macron ] }; >+ key <BKSP> { [ equal , notequal ] }; >+ key <INS> { [ backslash , bar ] }; >+ key <BKSL> { [ BackSpace , BackSpace ] }; >+ key <AC10> { [ colon , semicolon ] }; >+ >+};
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 682880
:
572232
| 572238