View Single Post
Old 10-03-2012, 07:16 AM   #132
zerolucat
Enthusiast
zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.
 
Posts: 33
Karma: 4658
Join Date: Oct 2012
Device: kindle touch
Quote:
Originally Posted by baf View Post
You can swipe your finger down the screen to scroll back. But it doesn't work with scrolling forward. It is also not comfortable.

I don't know why <shift><pg up> and <pg down> doesn't work, but you can assign any key combination you want to this actions. In "extensions/xterm/layouts/Xresources" file there is line:
Code:
XTerm*VT100.Translations: #override \
It defines overrides for key actions. For scrollback add for example:
Code:
<Key>F1: scroll-back(1,page) \n\                                                        
<Key>F2: scroll-forw(1,page) \n\
It will assign <F1> and <F2> keys to scroll one page up and down respectively.

For more info on customizing xterm see FAQ.
thanks it works perfectly
zerolucat is offline   Reply With Quote