New key: alt+"!", to swith to bare display (same key to come back to standard display). New options: - weechat.look.bare_display_exit_on_input (default: on): by default any changes in input will return to standard display - weechat.look.bare_display_time_format (default: "%H:%M"): the format of time used in bare display.
14 lines
618 B
Plaintext
14 lines
618 B
Plaintext
[attributes]
|
|
date={sys: date +%F}
|
|
|
|
[replacements]
|
|
key\[([^,\]]+),([^\]]+)\]=key[\1], key[\2]
|
|
key\[(ctrl|alt|shift)\]=<span class="key \1">\1</span>
|
|
key\[(ctrl|alt|shift)-\]=<span class="key \1">\1</span><span class="keyplus">+</span>
|
|
key\[(ctrl|alt|shift)-([^\]]+)\]=<span class="key \1">\1</span><span class="keyplus">+</span>key[\2]
|
|
key\[l\]=<span class="key">l</span><span class="keyplus"> (L)</span>
|
|
key\[([A-Za-z0-9/_&\=!])\]=<span class="key">\1</span>
|
|
key\[([a-z0-9/_&\=!][^\]]*)\]=<span class="key">\1</span>
|
|
key\[([^\]]+)\]=<span class="key other">\1</span>
|
|
hex\[([0-9a-fA-F]+)\]=<span class="hexa">\1</span>
|