We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8534cef commit 436912bCopy full SHA for 436912b
Telegram/SourceFiles/core/shortcuts.cpp
@@ -418,8 +418,8 @@ void Manager::fillDefaults() {
418
set(u"ctrl+pgup"_q, Command::ChatPrevious);
419
set(u"alt+up"_q, Command::ChatPrevious);
420
421
- set(u"pgup"_q, Command::ChatScrollHalfScreenUp);
422
- set(u"pgdown"_q, Command::ChatScrollHalfScreenDown);
+ set(u"pgup"_q, Command::ChatScrollScreenUp);
+ set(u"pgdown"_q, Command::ChatScrollScreenDown);
423
424
set(u"%1+tab"_q.arg(ctrl), Command::ChatNext);
425
set(u"%1+shift+tab"_q.arg(ctrl), Command::ChatPrevious);
0 commit comments