main.view: Register 'Ctrl+R' for refresh only
commit7849a83bb1601831d5888c88dbb286cc0b6e3190
authorDavid Aguilar <davvid@gmail.com>
Thu, 13 Oct 2011 23:41:54 +0000 (13 16:41 -0700)
committerDavid Aguilar <davvid@gmail.com>
Thu, 13 Oct 2011 23:42:53 +0000 (13 16:42 -0700)
treefcc0701dc3c87d8520ab4facc0ba8d71b9ebf50e
parent0a429d9098b16e2b649bd2ecc118baf3b067dc76
main.view: Register 'Ctrl+R' for refresh only

Avoid ambiguous shortcut overloads by using 'Ctrl+R' directly
and avoiding the platform-dependent QKeySequence.Refresh.
One some platforms QKeySequence.Refresh != 'Ctrl+R' and the
shortcut is not overloaded there.  On Linux they are equal
which is what creates the overloaded shortcut.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/main/view.py