client: Remap "Reload Stylesheet" to Ctrl+Shift+R
authorShane Synan <digitalcircuit36939@gmail.com>
Fri, 1 Jun 2018 03:26:43 +0000 (22:26 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 6 Jun 2018 18:15:42 +0000 (20:15 +0200)
commit3a2bd8f7cab945bfac7d9b8faf9250d4d66e9264
tree151067a52d7a5efaa5b54b8d368fcca0b57249b5
parente9a02be2a4f3b8bb19d262b2b19f7dd0bfa10463
client: Remap "Reload Stylesheet" to Ctrl+Shift+R

Move "Reload Stylesheet" to Ctrl+Shift+R instead of Ctrl+R from
QKeySequence::Refresh.  "Set Marker Line" maps to Ctrl+R by default,
resulting in conflict.

Reloading the stylesheet shouldn't be done often enough to warrant
the easier-to-press key combination.
src/qtui/mainwin.cpp