Skip to content

Commit 436912b

Browse files
committed
default action is full page scroll
1 parent 8534cef commit 436912b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Telegram/SourceFiles/core/shortcuts.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,8 @@ void Manager::fillDefaults() {
418418
set(u"ctrl+pgup"_q, Command::ChatPrevious);
419419
set(u"alt+up"_q, Command::ChatPrevious);
420420

421-
set(u"pgup"_q, Command::ChatScrollHalfScreenUp);
422-
set(u"pgdown"_q, Command::ChatScrollHalfScreenDown);
421+
set(u"pgup"_q, Command::ChatScrollScreenUp);
422+
set(u"pgdown"_q, Command::ChatScrollScreenDown);
423423

424424
set(u"%1+tab"_q.arg(ctrl), Command::ChatNext);
425425
set(u"%1+shift+tab"_q.arg(ctrl), Command::ChatPrevious);

0 commit comments

Comments
 (0)