1
1
Fork 0

Add ANSI version of eu_US.keylayout

This one has key code 10 and 50 swapped.
This commit is contained in:
Jonathan Schleifer 2023-03-23 21:45:57 +00:00
parent a3afbaf705
commit 60bd9e5d99
2 changed files with 2441 additions and 8 deletions

2431
eu_US (ANSI).keylayout Normal file

File diff suppressed because it is too large Load diff

View file

@ -60,14 +60,16 @@ if have ssh; then
fi
if test x"$(uname -s)" = x"Darwin"; then
dest="$HOME/Library/Keyboard Layouts/eu_US.keylayout"
# This does not like being symlinked…
if [ ! -e "$dest" ]; then
echo "Hardlinking eu_US.keylayout -> $dest"
ln eu_US.keylayout "$dest"
else
echo "$dest already exists, skipping…"
fi
for i in eu_US.keylayout "eu_US (ANSI).keylayout"; do
dest="$HOME/Library/Keyboard Layouts/$i"
# This does not like being symlinked…
if [ ! -e "$dest" ]; then
echo "Hardlinking $i -> $dest"
ln "$i" "$dest"
else
echo "$dest already exists, skipping…"
fi
done
elif have startx; then
link_file Xdefaults .Xdefaults
link_file Xmodmap .Xmodmap