Change shortcut for hiding the current buffer to a standard keysequence
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 14 Feb 2012 21:05:35 +0000 (22:05 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 14 Feb 2012 21:05:35 +0000 (22:05 +0100)
commit3ff1ec5b699a38e4a03deec4ea9576fade54cbbe
treedc74a869c50bd1bf608d361b8a9d4772dd350c42
parent9f33f6e471dedbefe7bbe336a40312894628afe1
Change shortcut for hiding the current buffer to a standard keysequence

Ctrl+W is QKeySequence::Close, so use this to get the default key on weird platforms too.
src/qtui/mainwin.cpp
src/uisupport/bufferview.cpp