Content:TabSRMM/HotkeysTable/Definitions: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
(initial commit; hashtable of hotkeys defined)
 
('page up' & 'page down' separately also here)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{{#arraydefine: TabSRMMHotkeysTable
<includeonly>{{#arraydefine: TabSRMMHotkeysTable
| InvokeContainerOptions;; SmileySelectionWindow;; ToggleToolbar;; InvokeProtocolMenu;; ScrollThroughMessages;; InvokeHistoryWindow;; ToggleTextFormatting;; AnotherSendingMessage;; CloseActiveTab;; MinimizeContainer;; ActivateSendMenu;; ActivateProtocolMenu;; FreezeMessageLogUpdates;; InsertMathTags;; ToggleInfoPanel;; ToggleBiDi;; ActivateMultisendMode;; PasteAndSend;; ScrollLogTop;; ScrollLogBottom;; ClearLog;; ScrollLogUp;; ScrollLogUpFast;; ScrollLogDown;; ScrollLogDownFast;; SelectCorrespondingTab;; SelectPreviousTab;; SelectNextTab;; ActivateFirstUnreadTab;; ActivateRecentUnreadTab;; GlobalUnreadSearch;; CycleTabs
| InvokeContainerOptions;; SmileySelectionWindow;; ToggleToolbar;; InvokeProtocolMenu;; ScrollThroughMessages;; InvokeHistoryWindow;; ToggleTextFormatting;; AnotherSendingMessage;; CloseActiveTab;; MinimizeContainer;; ActivateSendMenu;; FreezeMessageLogUpdates;; InsertMathTags;; ToggleInfoPanel;; ToggleBiDi;; ActivateMultisendMode;; PasteAndSend;; ScrollLogTop;; ScrollLogBottom;; ClearLog;; ScrollLogUp;; ScrollLogUpFast;; ScrollLogDown;; ScrollLogDownFast;; SelectCorrespondingTab;; SelectPreviousTab;; SelectNextTab;; ActivateFirstUnreadTab;; ActivateRecentUnreadTab;; GlobalUnreadSearch;; CycleTabs
| ;;
| ;;
}}{{#hashdefine:
InvokeContainerOptions | hotkey={{Hotkey|Ctrl|O}} | ;; | =
}}{{#hashdefine:
SmileySelectionWindow | hotkey={{Hotkey|Alt|E}} | ;; | =
}}{{#hashdefine:
ToggleToolbar | hotkey={{Hotkey|Alt|T}} | ;; | =
}}{{#hashdefine:
InvokeProtocolMenu | hotkey={{Hotkey|Ctrl|P}} | ;; | =
}}{{#hashdefine:
ScrollThroughMessages | hotkey={{Hotkey|Ctrl|Up}} {{L10n:or}} {{Hotkey|Ctrl|Down}} | ;; | =
}}{{#hashdefine:
InvokeHistoryWindow | hotkey={{Hotkey|Alt|H}} | ;; | =
}}{{#hashdefine:
ToggleTextFormatting | hotkey={{Hotkey|Ctrl|U}} / {{Hotkey|Ctrl|I}} / {{Hotkey|Ctrl|B}} | ;; | =
}}{{#hashdefine:
AnotherSendingMessage | hotkey={{Hotkey|Shift|Enter}} | ;; | =
}}{{#hashdefine:
CloseActiveTab | hotkey={{Hotkey|Ctrl|W}} {{L10n:or}} {{Hotkey|Ctrl|F4}} | ;; | =
}}{{#hashdefine:
MinimizeContainer | hotkey={{Hotkey|Esc}} | ;; | =
}}{{#hashdefine:
ActivateSendMenu | hotkey={{Hotkey|Ctrl|S}} | ;; | =
}}{{#hashdefine:
FreezeMessageLogUpdates | hotkey={{Hotkey|F12}} | ;; | =
}}{{#hashdefine:
InsertMathTags | hotkey={{Hotkey|Ctrl|M}} | ;; | =
}}{{#hashdefine:
ToggleInfoPanel | hotkey={{Hotkey|Alt|I}} | ;; | =
}}{{#hashdefine:
ToggleBiDi | hotkey={{Hotkey|Alt|B}} | ;; | =
}}{{#hashdefine:
ActivateMultisendMode | hotkey={{Hotkey|Alt|M}} | ;; | =
}}{{#hashdefine:
PasteAndSend | hotkey={{Hotkey|Ctrl|D}} | ;; | =
}}{{#hashdefine:
ScrollLogTop | hotkey={{Hotkey|Ctrl|Alt|Home}} | ;; | =
}}{{#hashdefine:
ScrollLogBottom | hotkey={{Hotkey|Ctrl|Alt|End}} | ;; | =
}}{{#hashdefine:
ClearLog | hotkey={{Hotkey|Ctrl|L}} | ;; | =
}}{{#hashdefine:
ScrollLogUp | hotkey={{Hotkey|Ctrl|Alt|Up}} | ;; | =
}}{{#hashdefine:
ScrollLogUpFast | hotkey={{Hotkey|Ctrl|Alt|Page Up}} | ;; | =
}}{{#hashdefine:
ScrollLogDown | hotkey={{Hotkey|Ctrl|Alt|Down}} | ;; | =
}}{{#hashdefine:
ScrollLogDownFast | hotkey={{Hotkey|Ctrl|Alt|Page Down}} | ;; | =
}}{{#hashdefine:
SelectCorrespondingTab | hotkey={{Hotkey|Alt|1}} {{L10n:to}} {{Hotkey|Alt|0}} | ;; | =
}}{{#hashdefine:
SelectPreviousTab | hotkey={{Hotkey|Ctrl|Shift|Tab}} | ;; | =
}}{{#hashdefine:
SelectNextTab | hotkey={{Hotkey|Ctrl|Tab}} | ;; | =
}}{{#hashdefine:
ActivateFirstUnreadTab | hotkey={{Hotkey|Ctrl|U}} | ;; | =
}}{{#hashdefine:
ActivateRecentUnreadTab | hotkey={{Hotkey|Ctrl|R}} | ;; | =
}}{{#hashdefine:
GlobalUnreadSearch | hotkey={{Hotkey|Ctrl|Shift|U}} {{L10n:and}} {{Hotkey|Ctrl|Shift|R}} | ;; | =
}}{{#hashdefine:
CycleTabs | hotkey={{Hotkey|Alt|NumPad +}} {{L10n:and}} {{Hotkey|Alt|NumPad −}} | ;; | =
}}</includeonly><noinclude>
}}</includeonly><noinclude>
{{Documentation
{{Documentation

Latest revision as of 23:36, 4 December 2015

Documentation

Defines hashtables with hotkeys of the TabSRMM plugin.

Todo: needs categorization