Remove command-key character for compatibility.

This commit is contained in:
Adam Vandenberg 2010-03-05 14:53:42 -08:00
parent 365b0b06c7
commit 2030be4935

View file

@ -17,12 +17,12 @@ class Dwm <Formula
end
def caveats
<<EOF
In order to use the Mac OS X command key '⌘' for dwm commands
<<-EOS
In order to use the Mac OS X command key for dwm commands,
change the X11 keyboard modifier map using xmodmap (1).
e.g. by running the following command from $HOME/.xinitrc
xmodmap -e 'remove Mod2 = Meta_L' -e 'add Mod1 = Meta_L'&
EOF
EOS
end
end