I would like to disable keyboard shortcuts Command-W and Command-Q in Mac OS X 10.8 Mountain Lion.
This is because they inter
Which highly recommend is hammerspoon, who defined GOD LIKE!
GOD LIKE
install hammerspoon
vim ~/.hammerspoon/init.lua
~/.hammerspoon/init.lua
paste this hs.hotkey.bind("cmd", 'H', function()end) in
hs.hotkey.bind("cmd", 'H', function()end)
:wq and then StatusBar -> Hammerspoon -> ReloadConfig
:wq
done!
Happy Hack!