[Konsole-devel] [Bug 267100] delegate shift+pageup/pagedown events into application inside terminal when scrolling is disabled
Tomáš Čech
tcech at suse.cz
Sun Feb 27 07:19:13 UTC 2011
https://bugs.kde.org/show_bug.cgi?id=267100
--- Comment #2 from Tomáš Čech <tcech suse cz> 2011-02-27 08:19:12 ---
OK, I did some analysis. The feature I'd like to use is called alternate screen
(or buffer). In konsole there is used mode 'MODE_AppScreen' and 'AppScreen' it
looks almost like keyboard modificator in keytab file. Not scrolling is defined
in data/keyboard-layouts/default.keytab (end of file).
It seems that it could be solved by configuration only, but when I alter my
keytab with
key Up+Shift+AppScreen : "foo"
key Down+Shift+AppScreen : "foo"
key PgUp+Shift+AppScreen : "bar"
key PgDown+Shift+AppScreen : "bar"
it doesn't have desired effect. I tried to run vim, enter insert mode and tried
to scroll, but nothing was inserted...
Ideas?
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the konsole-devel
mailing list