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
|
||||
|
||||
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…
|
||||
if [ ! -e "$dest" ]; then
|
||||
echo "Hardlinking eu_US.keylayout -> $dest"
|
||||
ln eu_US.keylayout "$dest"
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue