diff options
| author | Adam Vandenberg | 2010-03-05 14:53:42 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-03-05 14:54:01 -0800 |
| commit | 9ab4f040067b4bfce76c00d88cee4f6d314cc5f2 (patch) | |
| tree | db187f0493750523b9f3fed109e8d518f87ab16b /Library/Formula | |
| parent | 3ec29724f7a472ab67dcf38324d95fd4a6cca37b (diff) | |
| download | homebrew-9ab4f040067b4bfce76c00d88cee4f6d314cc5f2.tar.bz2 | |
Remove command-key character for compatibility.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/dwm.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/dwm.rb b/Library/Formula/dwm.rb index 91494b729..8540a95ab 100644 --- a/Library/Formula/dwm.rb +++ b/Library/Formula/dwm.rb @@ -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 |
