Cntrl pageup /pagedown works for me in mrxvt. (I am using testing). (If the op is talking about switching tabs of mrxvt)
# Alternately we can use Ctrl+Tab to switch to the left / right tab # Mrxvt.macro.Ctrl+Shift+ISO_Left_Tab: GotoTab -1 # Mrxvt.macro.Ctrl+Tab: GotoTab +1 Mrxvt.macro.Ctrl+Prior: GotoTab -1 Mrxvt.macro.Ctrl+Next: GotoTab +1 Mrxvt.macro.Ctrl+Shift+h: GotoTab -1 Mrxvt.macro.Ctrl+Shift+l: GotoTab +1 Check various settings from the mrxvtrc supplied by debian. Thanks and Regards, |== Alind Sharma ==|

