taskWeeChat - Tasks: task #10317, Split key sequences in /key output

 
 

task #10317: Split key sequences in /key output

Submitter:  Filip H.F. "FiXato" Slagter <fixato>
Submitted:  Mon 05 Apr 2010 12:44:28 PM UTC
   
 
Category:  display Should Start On:  Mon 05 Apr 2010 12:00:00 AM UTC
Should be Finished on:  Mon 05 Apr 2010 12:00:00 AM UTC Priority:  * 3 - Low
Status:  Done Privacy:  Public
Assigned to:  flashcode Percent Complete:  100%
Originator Name:  Open/Closed:  Closed
Planned Release:  4.0.0 IRC nick:  FiXato
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 18 Mar 2023 08:00:43 PM UTC, comment #1: 

Done in v4.0.0: keys are now separated by a comma and have names, for example: "meta-w,meta-up" instead of "meta-wmeta-meta2-A".

Sebastien Helleu <flashcode>
Group administrator
Mon 05 Apr 2010 12:44:28 PM UTC, original submission:  

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/

Filip H.F. "FiXato" Slagter <fixato>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by flashcode (Posted a comment)
  • -email is unavailable- added by fixato (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2023-03-18 flashcode StatusNone Done
        Percent Complete0% 100%
        Assigned toNone flashcode
        Open/ClosedOpen Closed
        Planned ReleaseNone 4.0.0

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code