* [kbd] Binding Ctrl+Tab
@ 2013-01-15 13:16 Kristof Ralovich
2013-01-19 22:59 ` Alexey Gladkov
0 siblings, 1 reply; 2+ messages in thread
From: Kristof Ralovich @ 2013-01-15 13:16 UTC (permalink / raw)
To: kbd
Dear All,
I would like to assign the "Ctrl+Tab" key combination in Ubuntu 12.04
linux text console (not under X11). My end goal is binding commands to
it in emacs. "Ctrl", "Tab", and "Alt+Tab" works dy default, but not
"Ctrl+Tab".
dumpkeys -l shows me the following output (truncated)
...
0x0009 Tab
...
0x0809 Meta_Tab
...
Control_i for Tab
...
I guess I'm missing a definition for "Control_Tab" in this file. But [1]
indicates that "Ctrl+Tab" is not possible under the console. Could
anyone please comment on this? If it is possible, how to activate it?
In case this mailing list is not the right place for my question, please
direct me to the right list!
Thanks,
Kristof
[1]
http://stackoverflow.com/questions/4335277/ctrl-tab-key-binding-doesnt-work-in-linux
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [kbd] Binding Ctrl+Tab
2013-01-15 13:16 [kbd] Binding Ctrl+Tab Kristof Ralovich
@ 2013-01-19 22:59 ` Alexey Gladkov
0 siblings, 0 replies; 2+ messages in thread
From: Alexey Gladkov @ 2013-01-19 22:59 UTC (permalink / raw)
To: kbd
15.01.2013 17:16, Kristof Ralovich wrote:
> Dear All,
>
> I would like to assign the "Ctrl+Tab" key combination in Ubuntu 12.04
> linux text console (not under X11). My end goal is binding commands to
> it in emacs. "Ctrl", "Tab", and "Alt+Tab" works dy default, but not
> "Ctrl+Tab".
What is the problem with the "Ctrl+Tab" ?
First find the key code for TAB.
% showkey
keycode 15 press
keycode 15 release
OK, so tab is key 15. Now I want to assign the symbol @ to Ctrl Tab.
control keycode 15 = at
It assigned the symbol @ to the control tab combination.
--
Rgrds, legion
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-19 22:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-15 13:16 [kbd] Binding Ctrl+Tab Kristof Ralovich
2013-01-19 22:59 ` Alexey Gladkov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox