KVIrc  4.9.2
DeveloperAPIs
Macros
kvi_shortcuts.h File Reference

This file contains all the keyboard shortcuts used by KVIrc. More...

Go to the source code of this file.

Macros

#define KVI_SHORTCUTS_AWAY   "Ctrl+Shift+A"
 
#define KVI_SHORTCUTS_CONNECT   "Ctrl+Shift+C"
 
#define KVI_SHORTCUTS_CONTEXT   QKeySequence::New
 
#define KVI_SHORTCUTS_EDITORS_ACTION   "Ctrl+Shift+Q"
 
#define KVI_SHORTCUTS_EDITORS_ALIAS   "Ctrl+Shift+L"
 
#define KVI_SHORTCUTS_EDITORS_CLASS   "Ctrl+Shift+D"
 
#define KVI_SHORTCUTS_EDITORS_EVENT   "Ctrl+Shift+E"
 
#define KVI_SHORTCUTS_EDITORS_POPUP   "Ctrl+Shift+P"
 
#define KVI_SHORTCUTS_EDITORS_RAW   "Ctrl+Shift+R"
 
#define KVI_SHORTCUTS_EDITORS_TESTER   "Ctrl+Shift+S"
 
#define KVI_SHORTCUTS_EDITORS_TOOLBAR   "Ctrl+Shift+B"
 
#define KVI_SHORTCUTS_EXEC   "Ctrl+Shift+X"
 
#define KVI_SHORTCUTS_HELP   QKeySequence::HelpContents
 
#define KVI_SHORTCUTS_IDENTITY   "Ctrl+Shift+I"
 
#define KVI_SHORTCUTS_INPUT_BOLD   QKeySequence::Bold
 
#define KVI_SHORTCUTS_INPUT_COLOR   "Ctrl+K"
 
#define KVI_SHORTCUTS_INPUT_COMMANDLINE   "Ctrl+Y"
 
#define KVI_SHORTCUTS_INPUT_COPY   QKeySequence::Copy
 
#define KVI_SHORTCUTS_INPUT_CORRECT_SPELLING   Qt::ControlModifier + Qt::Key_G
 
#define KVI_SHORTCUTS_INPUT_CUT   QKeySequence::Cut
 
#define KVI_SHORTCUTS_INPUT_DELETE_NEXT_WORD   QKeySequence::DeleteEndOfWord
 
#define KVI_SHORTCUTS_INPUT_DELETE_PREV_WORD   QKeySequence::DeleteStartOfWord
 
#define KVI_SHORTCUTS_INPUT_DUMMY   Qt::ShiftModifier + Qt::Key_Escape
 
#define KVI_SHORTCUTS_INPUT_END   QKeySequence::MoveToEndOfLine
 
#define KVI_SHORTCUTS_INPUT_END_SELECT   QKeySequence::SelectEndOfLine
 
#define KVI_SHORTCUTS_INPUT_ESCAPE   Qt::Key_Escape
 
#define KVI_SHORTCUTS_INPUT_HISTORY   Qt::ControlModifier + Qt::Key_PageUp
 
#define KVI_SHORTCUTS_INPUT_HISTORY_NEXT   QKeySequence::MoveToNextLine
 
#define KVI_SHORTCUTS_INPUT_HISTORY_PREV   QKeySequence::MoveToPreviousLine
 
#define KVI_SHORTCUTS_INPUT_HOME   QKeySequence::MoveToStartOfLine
 
#define KVI_SHORTCUTS_INPUT_HOME_SELECT   QKeySequence::SelectStartOfLine
 
#define KVI_SHORTCUTS_INPUT_ICON   QKeySequence::Italic
 
#define KVI_SHORTCUTS_INPUT_MENU   Qt::Key_Menu
 
#define KVI_SHORTCUTS_INPUT_MULTILINE   Qt::AltModifier + Qt::Key_Return
 
#define KVI_SHORTCUTS_INPUT_MULTILINE_2   Qt::AltModifier + Qt::Key_Enter
 
#define KVI_SHORTCUTS_INPUT_NEXT_CHAR   QKeySequence::MoveToNextChar
 
#define KVI_SHORTCUTS_INPUT_NEXT_CHAR_SELECT   QKeySequence::SelectNextChar
 
#define KVI_SHORTCUTS_INPUT_NEXT_WORD   QKeySequence::MoveToNextWord
 
#define KVI_SHORTCUTS_INPUT_NEXT_WORD_SELECT   QKeySequence::SelectNextWord
 
#define KVI_SHORTCUTS_INPUT_PASTE   QKeySequence::Paste
 
#define KVI_SHORTCUTS_INPUT_PLAINTEXT   "Ctrl+P"
 
#define KVI_SHORTCUTS_INPUT_PREV_CHAR   QKeySequence::MoveToPreviousChar
 
#define KVI_SHORTCUTS_INPUT_PREV_CHAR_SELECT   QKeySequence::SelectPreviousChar
 
#define KVI_SHORTCUTS_INPUT_PREV_WORD   QKeySequence::MoveToPreviousWord
 
#define KVI_SHORTCUTS_INPUT_PREV_WORD_SELECT   QKeySequence::SelectPreviousWord
 
#define KVI_SHORTCUTS_INPUT_REDO   QKeySequence::Redo
 
#define KVI_SHORTCUTS_INPUT_RESET   "Ctrl+O"
 
#define KVI_SHORTCUTS_INPUT_REVERSE   "Ctrl+R"
 
#define KVI_SHORTCUTS_INPUT_SELECT_ALL   QKeySequence::SelectAll
 
#define KVI_SHORTCUTS_INPUT_SEND_KVS   Qt::ShiftModifier + Qt::Key_Return
 
#define KVI_SHORTCUTS_INPUT_SEND_KVS_2   Qt::ShiftModifier + Qt::Key_Enter
 
#define KVI_SHORTCUTS_INPUT_SEND_PLAIN   Qt::ControlModifier + Qt::Key_Return
 
#define KVI_SHORTCUTS_INPUT_SEND_PLAIN_2   Qt::ControlModifier + Qt::Key_Enter
 
#define KVI_SHORTCUTS_INPUT_UNDERLINE   QKeySequence::Underline
 
#define KVI_SHORTCUTS_INPUT_UNDO   QKeySequence::Undo
 
#define KVI_SHORTCUTS_JOIN   "Ctrl+J"
 
#define KVI_SHORTCUTS_MANAGE_ADDONS   "Ctrl+Shift+N"
 
#define KVI_SHORTCUTS_MANAGE_THEMES   "Ctrl+Shift+M"
 
#define KVI_SHORTCUTS_OPTIONS   "Ctrl+Shift+O"
 
#define KVI_SHORTCUTS_QUIT   "Ctrl+Q"
 
#define KVI_SHORTCUTS_SERVERS   "Ctrl+S"
 
#define KVI_SHORTCUTS_THEME   "Ctrl+Shift+T"
 
#define KVI_SHORTCUTS_TOGGLE_MENU_BAR   "Ctrl+M"
 
#define KVI_SHORTCUTS_USERS   "Ctrl+Shift+U"
 
#define KVI_SHORTCUTS_WIN_CLOSE   "Ctrl+W"
 
#define KVI_SHORTCUTS_WIN_NEXT   Qt::AltModifier + Qt::Key_Down
 
#define KVI_SHORTCUTS_WIN_NEXT_CONTEXT   Qt::AltModifier + Qt::ShiftModifier + Qt::Key_Down
 
#define KVI_SHORTCUTS_WIN_NEXT_HIGHLIGHT   Qt::AltModifier + Qt::Key_PageDown
 
#define KVI_SHORTCUTS_WIN_NEXT_LINE   Qt::ShiftModifier + Qt::Key_PageDown
 
#define KVI_SHORTCUTS_WIN_NEXT_PAGE   QKeySequence::MoveToNextPage
 
#define KVI_SHORTCUTS_WIN_NEXT_TAB   Qt::ControlModifier + Qt::Key_Tab
 
#define KVI_SHORTCUTS_WIN_PREV   Qt::AltModifier + Qt::Key_Up
 
#define KVI_SHORTCUTS_WIN_PREV_CONTEXT   Qt::AltModifier + Qt::ShiftModifier + Qt::Key_Up
 
#define KVI_SHORTCUTS_WIN_PREV_HIGHLIGHT   Qt::AltModifier + Qt::Key_PageUp
 
#define KVI_SHORTCUTS_WIN_PREV_LINE   Qt::ShiftModifier + Qt::Key_PageUp
 
#define KVI_SHORTCUTS_WIN_PREV_PAGE   QKeySequence::MoveToPreviousPage
 
#define KVI_SHORTCUTS_WIN_PREV_TAB   Qt::ControlModifier + Qt::Key_Backtab
 
#define KVI_SHORTCUTS_WIN_SCROLL_TO_LAST_READ_LINE   "Ctrl+L"
 
#define KVI_SHORTCUTS_WIN_SEARCH   QKeySequence::Find
 
#define KVI_SHORTCUTS_WIN_ZOOM_DEFAULT   Qt::ControlModifier + Qt::Key_0
 
#define KVI_SHORTCUTS_WIN_ZOOM_IN   QKeySequence::ZoomIn
 
#define KVI_SHORTCUTS_WIN_ZOOM_OUT   QKeySequence::ZoomOut
 

Detailed Description

This file contains all the keyboard shortcuts used by KVIrc.

Author
Elvio Basello

Macro Definition Documentation

#define KVI_SHORTCUTS_AWAY   "Ctrl+Shift+A"
#define KVI_SHORTCUTS_CONNECT   "Ctrl+Shift+C"
#define KVI_SHORTCUTS_CONTEXT   QKeySequence::New

Referenced by register_core_actions().

#define KVI_SHORTCUTS_EDITORS_ACTION   "Ctrl+Shift+Q"

Referenced by register_core_actions().

#define KVI_SHORTCUTS_EDITORS_ALIAS   "Ctrl+Shift+L"

Referenced by register_core_actions().

#define KVI_SHORTCUTS_EDITORS_CLASS   "Ctrl+Shift+D"

Referenced by register_core_actions().

#define KVI_SHORTCUTS_EDITORS_EVENT   "Ctrl+Shift+E"

Referenced by register_core_actions().

#define KVI_SHORTCUTS_EDITORS_POPUP   "Ctrl+Shift+P"

Referenced by register_core_actions().

#define KVI_SHORTCUTS_EDITORS_RAW   "Ctrl+Shift+R"

Referenced by register_core_actions().

#define KVI_SHORTCUTS_EDITORS_TESTER   "Ctrl+Shift+S"

Referenced by register_core_actions().

#define KVI_SHORTCUTS_EDITORS_TOOLBAR   "Ctrl+Shift+B"

Referenced by register_core_actions().

#define KVI_SHORTCUTS_EXEC   "Ctrl+Shift+X"

Referenced by register_core_actions().

#define KVI_SHORTCUTS_HELP   QKeySequence::HelpContents

Referenced by register_core_actions().

#define KVI_SHORTCUTS_IDENTITY   "Ctrl+Shift+I"

Referenced by register_core_actions().

#define KVI_SHORTCUTS_INPUT_BOLD   QKeySequence::Bold
#define KVI_SHORTCUTS_INPUT_COLOR   "Ctrl+K"
#define KVI_SHORTCUTS_INPUT_COMMANDLINE   "Ctrl+Y"
#define KVI_SHORTCUTS_INPUT_COPY   QKeySequence::Copy
#define KVI_SHORTCUTS_INPUT_CORRECT_SPELLING   Qt::ControlModifier + Qt::Key_G
#define KVI_SHORTCUTS_INPUT_CUT   QKeySequence::Cut
#define KVI_SHORTCUTS_INPUT_DELETE_NEXT_WORD   QKeySequence::DeleteEndOfWord
#define KVI_SHORTCUTS_INPUT_DELETE_PREV_WORD   QKeySequence::DeleteStartOfWord
#define KVI_SHORTCUTS_INPUT_DUMMY   Qt::ShiftModifier + Qt::Key_Escape
#define KVI_SHORTCUTS_INPUT_END   QKeySequence::MoveToEndOfLine
#define KVI_SHORTCUTS_INPUT_END_SELECT   QKeySequence::SelectEndOfLine
#define KVI_SHORTCUTS_INPUT_ESCAPE   Qt::Key_Escape
#define KVI_SHORTCUTS_INPUT_HISTORY   Qt::ControlModifier + Qt::Key_PageUp
#define KVI_SHORTCUTS_INPUT_HISTORY_NEXT   QKeySequence::MoveToNextLine
#define KVI_SHORTCUTS_INPUT_HISTORY_PREV   QKeySequence::MoveToPreviousLine
#define KVI_SHORTCUTS_INPUT_HOME   QKeySequence::MoveToStartOfLine
#define KVI_SHORTCUTS_INPUT_HOME_SELECT   QKeySequence::SelectStartOfLine
#define KVI_SHORTCUTS_INPUT_ICON   QKeySequence::Italic
#define KVI_SHORTCUTS_INPUT_MENU   Qt::Key_Menu
#define KVI_SHORTCUTS_INPUT_MULTILINE   Qt::AltModifier + Qt::Key_Return
#define KVI_SHORTCUTS_INPUT_MULTILINE_2   Qt::AltModifier + Qt::Key_Enter
#define KVI_SHORTCUTS_INPUT_NEXT_CHAR   QKeySequence::MoveToNextChar
#define KVI_SHORTCUTS_INPUT_NEXT_CHAR_SELECT   QKeySequence::SelectNextChar
#define KVI_SHORTCUTS_INPUT_NEXT_WORD   QKeySequence::MoveToNextWord
#define KVI_SHORTCUTS_INPUT_NEXT_WORD_SELECT   QKeySequence::SelectNextWord
#define KVI_SHORTCUTS_INPUT_PASTE   QKeySequence::Paste
#define KVI_SHORTCUTS_INPUT_PLAINTEXT   "Ctrl+P"
#define KVI_SHORTCUTS_INPUT_PREV_CHAR   QKeySequence::MoveToPreviousChar
#define KVI_SHORTCUTS_INPUT_PREV_CHAR_SELECT   QKeySequence::SelectPreviousChar
#define KVI_SHORTCUTS_INPUT_PREV_WORD   QKeySequence::MoveToPreviousWord
#define KVI_SHORTCUTS_INPUT_PREV_WORD_SELECT   QKeySequence::SelectPreviousWord
#define KVI_SHORTCUTS_INPUT_REDO   QKeySequence::Redo
#define KVI_SHORTCUTS_INPUT_RESET   "Ctrl+O"
#define KVI_SHORTCUTS_INPUT_REVERSE   "Ctrl+R"
#define KVI_SHORTCUTS_INPUT_SELECT_ALL   QKeySequence::SelectAll
#define KVI_SHORTCUTS_INPUT_SEND_KVS   Qt::ShiftModifier + Qt::Key_Return
#define KVI_SHORTCUTS_INPUT_SEND_KVS_2   Qt::ShiftModifier + Qt::Key_Enter
#define KVI_SHORTCUTS_INPUT_SEND_PLAIN   Qt::ControlModifier + Qt::Key_Return
#define KVI_SHORTCUTS_INPUT_SEND_PLAIN_2   Qt::ControlModifier + Qt::Key_Enter
#define KVI_SHORTCUTS_INPUT_UNDERLINE   QKeySequence::Underline
#define KVI_SHORTCUTS_INPUT_UNDO   QKeySequence::Undo
#define KVI_SHORTCUTS_JOIN   "Ctrl+J"

Referenced by register_core_actions().

#define KVI_SHORTCUTS_MANAGE_ADDONS   "Ctrl+Shift+N"

Referenced by register_core_actions().

#define KVI_SHORTCUTS_MANAGE_THEMES   "Ctrl+Shift+M"

Referenced by register_core_actions().

#define KVI_SHORTCUTS_OPTIONS   "Ctrl+Shift+O"

Referenced by register_core_actions().

#define KVI_SHORTCUTS_QUIT   "Ctrl+Q"

Referenced by register_core_actions().

#define KVI_SHORTCUTS_SERVERS   "Ctrl+S"

Referenced by register_core_actions().

#define KVI_SHORTCUTS_THEME   "Ctrl+Shift+T"

Referenced by register_core_actions().

#define KVI_SHORTCUTS_TOGGLE_MENU_BAR   "Ctrl+M"
#define KVI_SHORTCUTS_USERS   "Ctrl+Shift+U"

Referenced by register_core_actions().

#define KVI_SHORTCUTS_WIN_CLOSE   "Ctrl+W"
#define KVI_SHORTCUTS_WIN_NEXT   Qt::AltModifier + Qt::Key_Down
#define KVI_SHORTCUTS_WIN_NEXT_CONTEXT   Qt::AltModifier + Qt::ShiftModifier + Qt::Key_Down
#define KVI_SHORTCUTS_WIN_NEXT_HIGHLIGHT   Qt::AltModifier + Qt::Key_PageDown
#define KVI_SHORTCUTS_WIN_NEXT_LINE   Qt::ShiftModifier + Qt::Key_PageDown
#define KVI_SHORTCUTS_WIN_NEXT_PAGE   QKeySequence::MoveToNextPage
#define KVI_SHORTCUTS_WIN_NEXT_TAB   Qt::ControlModifier + Qt::Key_Tab
#define KVI_SHORTCUTS_WIN_PREV   Qt::AltModifier + Qt::Key_Up
#define KVI_SHORTCUTS_WIN_PREV_CONTEXT   Qt::AltModifier + Qt::ShiftModifier + Qt::Key_Up
#define KVI_SHORTCUTS_WIN_PREV_HIGHLIGHT   Qt::AltModifier + Qt::Key_PageUp
#define KVI_SHORTCUTS_WIN_PREV_LINE   Qt::ShiftModifier + Qt::Key_PageUp
#define KVI_SHORTCUTS_WIN_PREV_PAGE   QKeySequence::MoveToPreviousPage
#define KVI_SHORTCUTS_WIN_PREV_TAB   Qt::ControlModifier + Qt::Key_Backtab
#define KVI_SHORTCUTS_WIN_SCROLL_TO_LAST_READ_LINE   "Ctrl+L"
#define KVI_SHORTCUTS_WIN_SEARCH   QKeySequence::Find
#define KVI_SHORTCUTS_WIN_ZOOM_DEFAULT   Qt::ControlModifier + Qt::Key_0
#define KVI_SHORTCUTS_WIN_ZOOM_IN   QKeySequence::ZoomIn
#define KVI_SHORTCUTS_WIN_ZOOM_OUT   QKeySequence::ZoomOut