weechat-dev
[Top][All Lists]
Advanced

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

[Weechat-dev] [task #10317] Split key sequences in /key output


From: Filip H.F.
Subject: [Weechat-dev] [task #10317] Split key sequences in /key output
Date: Mon, 05 Apr 2010 12:44:29 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.7 Safari/533.2

URL:
  <http://savannah.nongnu.org/task/?10317>

                 Summary: Split key sequences in /key output
                 Project: WeeChat
            Submitted by: fixato
            Submitted on: Mon Apr  5 12:44:28 2010
                Category: display
         Should Start On: Mon Apr  5 00:00:00 2010
   Should be Finished on: Mon Apr  5 00:00:00 2010
                Priority: 3 - Low
                  Status: None
                 Privacy: Public
        Percent Complete: 0%
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                IRC nick: FiXato

    _______________________________________________________

Details:

Currently the output of /key is like:

    meta-wmeta-meta2-B => /window down

which confused me at first, as I read it as: press meta + wmeta + meta2-B
simultaneously, so I looked for a wmeta key, which doesn't exist (though I
thought it might stand for the cmd key).


If it had said:

    meta-w, meta-meta2-B => /window down

or:

    meta+w, meta+meta2-B => /window down

it would've been clear to me to press meta+w, followed by meta + the down
key.
Maybe it is possible to add this by applying some regular expression replace
on the output with something like:

    s/([a-Z])(meta|ctrl)/\1, \2/




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?10317>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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