Add ANSI version of eu_US.keylayout
This one has key code 10 and 50 swapped.
This commit is contained in:
parent
a3afbaf705
commit
60bd9e5d99
2 changed files with 2441 additions and 8 deletions
2431
eu_US (ANSI).keylayout
Normal file
2431
eu_US (ANSI).keylayout
Normal file
File diff suppressed because it is too large
Load diff
8
setup.sh
8
setup.sh
|
@ -60,14 +60,16 @@ if have ssh; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x"$(uname -s)" = x"Darwin"; then
|
if test x"$(uname -s)" = x"Darwin"; then
|
||||||
dest="$HOME/Library/Keyboard Layouts/eu_US.keylayout"
|
for i in eu_US.keylayout "eu_US (ANSI).keylayout"; do
|
||||||
|
dest="$HOME/Library/Keyboard Layouts/$i"
|
||||||
# This does not like being symlinked…
|
# This does not like being symlinked…
|
||||||
if [ ! -e "$dest" ]; then
|
if [ ! -e "$dest" ]; then
|
||||||
echo "Hardlinking eu_US.keylayout -> $dest"
|
echo "Hardlinking $i -> $dest"
|
||||||
ln eu_US.keylayout "$dest"
|
ln "$i" "$dest"
|
||||||
else
|
else
|
||||||
echo "$dest already exists, skipping…"
|
echo "$dest already exists, skipping…"
|
||||||
fi
|
fi
|
||||||
|
done
|
||||||
elif have startx; then
|
elif have startx; then
|
||||||
link_file Xdefaults .Xdefaults
|
link_file Xdefaults .Xdefaults
|
||||||
link_file Xmodmap .Xmodmap
|
link_file Xmodmap .Xmodmap
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue