Implementation of the meta-[cult] (capitalize words, upcase word, downcase word, transpose words) key-bindings from the TODO by Peder Stray

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3963 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Valentin Batz 2005-08-27 22:06:34 +00:00 committed by vb
commit 2998ce6daa
5 changed files with 154 additions and 2 deletions

View file

@ -93,6 +93,10 @@ Command can be one of:
refresh_screen
yank_from_cutbuffer - "Undelete" line
transpose_characters - Swap current and previous character
transpose_words - Swap current and previous word
capitalize_word - Capitalize word from current position
downcase_word - Downcase word from current position
upcase_word - Upcase word from current position
escape_char - Insert the next character exactly as-is to input line
insert_text - Insert data to entry line, data may contain $variables.
stop_irc - Send SIGSTOP to client (^Z)