ratpoison-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RP] new ratpoison user trouble


From: shawn
Subject: Re: [RP] new ratpoison user trouble
Date: Wed, 18 Apr 2001 22:04:13 -0700

>Envelope-to: address@hidden
>Delivery-date: Wed, 18 Apr 2001 21:59:14 -0700
>Date: Mon, 16 Apr 2001 15:15:52 +0900
>From: Joss Winn <address@hidden>
>X-Accept-Language: en,ja
>Content-Type: text/plain; charset=iso-2022-jp
>
>
>
>shawn wrote:
>
>> >
>> >And while I am here....what is the syntax to change the key bindings.
>> >I'd like to switch windows with ALT 1, 2, 3, etc. I can see how you
>> >bind a key to an application, but can I change the original key
>> >bindings?
>> 
>> just bind the key like you would any other and it will be
>> rebound.
>> 
>
>
>Thanks.  So what would the syntax be to, say, switch to window one with
>ALT - 1  ?
>
>:bind alt 1 window 1   

right now parse_keydesc() in actions.c only parses Control. But
ultimately it should parse control, alt, meta, hyper, and super
modifiers. The syntax should one day look like:

C-M-1

for control meta 1. In your case Alt - 1 would look like:

A-1

but for now ^ denotes control.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]