While playing with urxvt today, I realized that
switching tabs using Control-Tab doesn't quite work.

As instructed here:
https://wiki.archlinux.org/index.php/Rxvt-unicode#Advanced_tab_management

You can set your .XResources file to change tabs like this:

 URxvt.tabbed.no-tabbedex-keys: true

 URxvt.keysym.Control-t: perl:tabbedex:new_tab
 URxvt.keysym.Control-Tab: perl:tabbedex:next_tab
 URxvt.keysym.Control-Shift-Tab: perl:tabbedex:prev_tab

The only problem is that Control-Shift-Tab doesn't work.

---

There are two steps to remedy (part of) the problem:

1. Add these two lines to the .XResources file, as instructed here:
http:/wilmer.gaa.st/blog/archives/36-rxvt-unicode-and-ISO-14755-mode.html

 URxvt.iso14755: true
 URxvt.iso14755_52: false

2. Re-compile urxvt with the following option, as instructed here:
http://lists.schmorp.de/pipermail/rxvt-unicode/2009q1/000903.html

 --disable-iso14755

Unfortunately, this seems not to have fixed Gregor Zattler's
problem of using Emacs keyboard combinations, but...

...you may now (hopefully) be able to create Control-Shift combinations
to work around the "non-functioning Control-Shift-Tab" issue.
It would be great to be able to use Control-Shift-Tab, though.

If anyone has insight to share about getting console Emacs and/or
tab navigation working, I'm probably not the only one who would
benefit from learning how you did it.

Cheers.

____________________________________________________________
FREE ONLINE PHOTOSHARING - Share your photos online with your friends and 
family!
Visit http://www.inbox.com/photosharing to find out more!



_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode

Reply via email to