User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060603 Firefox/1.5.0.4 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060603 Firefox/1.5.0.4 Now Shift + UP/DOWN scrolls the output of terminal. I would like to ask to change a little this behaviour. It would be nice if user could change shortcuts for scrolling. For me i would prefer to have Shift + UP/DOWN keys free (unbind) when working on terminal... Reproducible: Always Steps to Reproduce:
As antoher note i can add that $TERM default setting to xterm is problematic in this case, because xterm does not have these keybindings. It only uses Shift + PageUp/PageDown to move Up/Down on terminal listings as on linux terminal.
Can sth be done twith this feature request before final xfce-4.4 release?
Would adding a simple boolean switch for this behavior do?
(In reply to comment #3) > Would adding a simple boolean switch for this behavior do? > Yes... sth like xterm compatibility? PS. Of course possibility to assign different keys would be much better ;-).
Created attachment 1168 Shift+Up/Down, Shift+F10 boolean configuration options I have history-search mappings in my .inputrc, using Shift-Up and Shift-Down. My patch also handles Shift-F10; it could reasonably be extended for Menu, but leaving one way of accessing the popup menu from the keyboard untouched seems reasonable.
(In reply to comment #5) > Created an attachment (id=1168) [details] > Shift+Up/Down, Shift+F10 boolean configuration options > > I have history-search mappings in my .inputrc, using Shift-Up and Shift-Down. > > My patch also handles Shift-F10; it could reasonably be extended for Menu, but > leaving one way of accessing the popup menu from the keyboard untouched seems > reasonable. > Is this merged into svn already?
Committed with revision 26301. 2007-11-15 Benedikt Meurer <benny@xfce.org> * terminal/: Add support to disable the single line scrolling using Shift-Up/-Down (Bug #1927).
*** Bug 3464 has been marked as a duplicate of this bug. ***