Martin Vermeer wrote:
On Fri, Sep 14, 2007 at 01:35:57AM +0200, Tommaso Cucinotta wrote:
Jean-Marc Lasgouttes ha scritto:
Tommaso Cucinotta <[EMAIL PROTECTED]> writes:
On a related note, what about implementing the C-Tab shortcut
almost standard on multi-document editors (cycle through
open buffers).
We have Ctrl-PageUp/Down for that. C-Tab is often used by other things
(but we could add it nevertheless).
Actually, I checked that C-Tab and C-S-Tab are correctly in
cua.bind, but are ignored (in trunk). Any clue on why ?
Does the window manager intercept it?
Possibly yes, but Qt surely does for sure. I've implemented some hooks
for Tab but I don't remember if I've done that for C-Tab...
Abdel
\bind "C-Tab" "buffer-next"
- Martin