Sally
2004-11-03 22:00:12 UTC
I do this:
(global-set-key [C-tab] 'buffer-stack-down)
(global-set-key [C-M-tab] 'buffer-stack-up)
In my buffer I do the key stroke
C-h k C-tab
and I get the correct binding
C-h k Esc C-tab
and I get that the key is not bound
Why doesn't it work?
-Sal
(global-set-key [C-tab] 'buffer-stack-down)
(global-set-key [C-M-tab] 'buffer-stack-up)
In my buffer I do the key stroke
C-h k C-tab
and I get the correct binding
C-h k Esc C-tab
and I get that the key is not bound
Why doesn't it work?
-Sal