1 (global-key-bind "C-x л" "chat-close")
2 (global-key-bind "C-x C-k" "chat-close")
4 ; initiate various chats
5 (global-key-bind "C-c C-t C-e" "chat-with _google/en2ru")
6 (global-key-bind "C-c C-t C-r" "chat-with _google/ru2en")
7 ;(global-key-bind "f2" "chat-with welcome")
11 (editor-key-bind "KPRET" "chat-send")
12 (editor-key-bind "RET" "chat-send")
13 (editor-key-bind "C-RET" "edit-insert-new-line")
14 (editor-key-bind "S-RET" "edit-insert-new-line")
15 (editor-key-bind "M-RET" "edit-insert-new-line")
17 (editor-key-bind "TAB" "edit-autocomplete")
18 (global-key-bind "f1 f1" "do-command showbinds")
19 (global-key-bind "C-x C-c" "action-quit")
20 (global-key-bind "C-x esc" "window-minimize")
21 (global-key-bind "esc" "window-hide")
25 (global-key-bind "C-u" "go-to-unread")
26 (global-key-bind "C-w" "chat-close")
27 (global-key-bind "C-x k" "chat-close")
28 (global-key-bind "C-q" "chat-quote")
29 (global-key-bind "C-s" "set-status-text")
31 (global-key-bind "C-x C-a C-e" "editor-activate")
32 (global-key-bind "C-x C-a C-c" "chat-activate")
33 (global-key-bind "C-x C-a C-b" "clist-activate")
34 (global-key-bind "C-x C-a C-l" "clist-activate")
37 (editor-key-bind "C-r" "edit-recode-text")
40 (editor-key-bind "C-x C-s C-c" "edit-insert-text \"______,,,^..^,,,______\"")
41 (editor-key-bind "C-x C-s C-d" "edit-insert-desu")
42 (editor-key-bind "C-x C-s C-o" "edit-insert-smile-oo")
43 (editor-key-bind "C-x C-s C-w" "edit-insert-smile-oo-weird")
46 (editor-key-bind "M-a" "edit-select-all")
47 (editor-key-bind "C-a" "edit-move-home")
48 (editor-key-bind "C-e" "edit-move-end")
49 (editor-key-bind "C-b" "edit-move-left")
50 (editor-key-bind "C-f" "edit-move-right")
51 (editor-key-bind "M-b" "edit-move-word-left")
52 (editor-key-bind "M-f" "edit-move-word-right")
53 (editor-key-bind "C-p" "edit-move-up")
54 (editor-key-bind "C-n" "edit-move-down")
55 (editor-key-bind "M-S-<" "edit-move-top")
56 (editor-key-bind "M-S->" "edit-move-bottom")
57 (editor-key-bind "C-j" "edit-insert-new-line")
60 (global-key-bind "M-s" "activate-menu-status")
61 (global-key-bind "M-m" "activate-menu-main")
64 (global-key-bind "C-0" "action-status-offline")
65 (global-key-bind "C-1" "action-status-here")
66 (global-key-bind "C-2" "action-status-ffc")
67 (global-key-bind "C-3" "action-status-realtime")
68 (global-key-bind "C-4" "action-status-busy")
69 (global-key-bind "C-5" "action-status-nearby")
70 (global-key-bind "C-6" "action-status-dnd")
71 (global-key-bind "C-7" "action-status-away")
72 (global-key-bind "C-8" "action-status-vacation")
75 (global-key-bind "M-a" "action-edit-account")
76 (global-key-bind "M-j" "action-join-place")
77 (global-key-bind "M-S" "action-send-raw-packet")
78 (global-key-bind "M-C" "action-show-packet-console")
82 (editor-key-bind "C-' ы" "edit-insert-text \"і\"")
83 (editor-key-bind "C-' Ы" "edit-insert-text \"І\"")
84 (editor-key-bind "C-' й" "edit-insert-text \"ї\"")
85 (editor-key-bind "C-' Й" "edit-insert-text \"Ї\"")
86 (editor-key-bind "C-' е" "edit-insert-text \"є\"")
87 (editor-key-bind "C-' Е" "edit-insert-text \"Є\"")
88 (editor-key-bind "C-' э" "edit-insert-text \"є\"")
89 (editor-key-bind "C-' Э" "edit-insert-text \"Є\"")
90 (editor-key-bind "C-\ ы" "edit-insert-text \"і\"")
91 (editor-key-bind "C-\ Ы" "edit-insert-text \"І\"")
92 (editor-key-bind "C-\ й" "edit-insert-text \"ї\"")
93 (editor-key-bind "C-\ Й" "edit-insert-text \"Ї\"")
94 (editor-key-bind "C-\ е" "edit-insert-text \"є\"")
95 (editor-key-bind "C-\ Е" "edit-insert-text \"Є\"")
96 (editor-key-bind "C-\ э" "edit-insert-text \"є\"")
97 (editor-key-bind "C-\ Э" "edit-insert-text \"Є\"")