Anakreon | 1 Jun 2005 12:16
Picon
Favicon

Re: Change Alt+Tab

Edward O'Connor wrote:
>>How could I change Alt+Tab into an other key binding?
>>The Alt+Tab is reserved by the window manager.
>>
>>I want all the editor modes recognize the new key binding
>>as the Alt+Tab combination.
> 
> 
> Type ESC TAB instead.
> 
How could I change this to Ctrl+Tab? Esc+Tab is a little bit
awkward.

Edward O'Connor | 1 Jun 2005 20:59
Face
Picon

Re: Change Alt+Tab

>>> How could I change Alt+Tab into an other key binding?
[...]
> How could I change this to Ctrl+Tab? Esc+Tab is a little bit
> awkward.

I suppose something like
              (global-set-key (kbd "C-TAB") (kbd "M-TAB"))
might do the right thing.

Ted

--

-- 
Edward O'Connor
hober0 <at> gmail.com

Ense petit placidam sub libertate quietem.

John Sullivan | 2 Jun 2005 02:40

Re: Change Alt+Tab

Anakreon <anakreonmejdi <at> yahoo.gr> writes:

> Edward O'Connor wrote:
>>>How could I change Alt+Tab into an other key binding?
>>>The Alt+Tab is reserved by the window manager.
>>>
>>>I want all the editor modes recognize the new key binding
>>>as the Alt+Tab combination.
>> Type ESC TAB instead.
>>
> How could I change this to Ctrl+Tab? Esc+Tab is a little bit awkward.
>
>

Maybe you already know, but just in case, this means press ESC then press TAB,
not to press ESC and TAB at the same time.

--

-- 
-johnsu01
-http://www.wjsullivan.net
-GPG Key: AE8600B6

Anakreon | 2 Jun 2005 12:25
Picon
Favicon

Re: Change Alt+Tab

> Maybe you already know, but just in case, this means press ESC then press TAB,
> not to press ESC and TAB at the same time.
Actually I didn't. However this is awkward too.
I'll try the suggestion of the previews poster.


Gmane