Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2018-01-29 05:34:15 +03:00
parent 3f285e787f
commit e3bbeee063
2 changed files with 2 additions and 3 deletions

View File

@ -6,9 +6,7 @@ pkgrel=1
pkgdesc="A keyboard layout mimicking the Ducky Shine Mini, may its soul rest in peace."
arch=('any')
license=('WTFPL')
source=( ducky-mini )
sha1sums=( 'SKIP' )
package() {
mkdir -pm755 "$pkgdir/usr/share/X11/xkb/symbols"
@ -16,3 +14,4 @@ package() {
chmod 644 "$pkgdir/usr/share/X11/xkb/symbols/ducky-mini"
}
sha1sums=('5d0130067c3993a0de5e9f50e984ab918f8a1ee8')

View File

@ -17,7 +17,7 @@ xkb_symbols "us" {
key <AD10> { [ p, P, Up ] };
key <AC09> { [ l, L, Left ] };
key <AC10> { [ semicolon, colon, Down ] };
key <AC11> { [ apostrophe, quotedbl. Right ] };
key <AC11> { [ apostrophe, quotedbl, Right ] };
key <AC08> { [ k, K, Prior ] };
key <AB08> { [ comma, less, Next ] };
key <AB09> { [ period, greater, Home ] };