KVIrc 5.2.0
Developer APIs
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   "Ctrl+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   "Shift+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   "Ctrl+PgUp"
 
#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   "Alt+E"
 
#define KVI_SHORTCUTS_INPUT_ITALIC   QKeySequence::Italic
 
#define KVI_SHORTCUTS_INPUT_MENU   Qt::Key_Menu
 
#define KVI_SHORTCUTS_INPUT_MULTILINE   "Alt+Return"
 
#define KVI_SHORTCUTS_INPUT_MULTILINE_2   "Alt+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   "Shift+Return"
 
#define KVI_SHORTCUTS_INPUT_SEND_KVS_2   "Shift+Enter"
 
#define KVI_SHORTCUTS_INPUT_SEND_PLAIN   "Ctrl+Return"
 
#define KVI_SHORTCUTS_INPUT_SEND_PLAIN_2   "Ctrl+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_TOGGLE_TREE_LIST   "Ctrl+T"
 
#define KVI_SHORTCUTS_USERS   "Alt+U"
 
#define KVI_SHORTCUTS_WIN_CLOSE   "Ctrl+W"
 
#define KVI_SHORTCUTS_WIN_END   QKeySequence::MoveToEndOfDocument
 
#define KVI_SHORTCUTS_WIN_HOME   QKeySequence::MoveToStartOfDocument
 
#define KVI_SHORTCUTS_WIN_NEXT   "Alt+Down"
 
#define KVI_SHORTCUTS_WIN_NEXT_CONTEXT   "Alt+Shift+Down"
 
#define KVI_SHORTCUTS_WIN_NEXT_HIGHLIGHT   "Alt+PgDown"
 
#define KVI_SHORTCUTS_WIN_NEXT_LINE   QKeySequence::SelectNextLine
 
#define KVI_SHORTCUTS_WIN_NEXT_PAGE   QKeySequence::MoveToNextPage
 
#define KVI_SHORTCUTS_WIN_NEXT_TAB   QKeySequence::NextChild
 
#define KVI_SHORTCUTS_WIN_PREV   "Alt+Up"
 
#define KVI_SHORTCUTS_WIN_PREV_CONTEXT   "Alt+Shift+Up"
 
#define KVI_SHORTCUTS_WIN_PREV_HIGHLIGHT   "Alt+PgUp"
 
#define KVI_SHORTCUTS_WIN_PREV_LINE   QKeySequence::SelectPreviousLine
 
#define KVI_SHORTCUTS_WIN_PREV_PAGE   QKeySequence::MoveToPreviousPage
 
#define KVI_SHORTCUTS_WIN_PREV_TAB   QKeySequence::PreviousChild
 
#define KVI_SHORTCUTS_WIN_SCROLL_TO_LAST_READ_LINE   "Ctrl+L"
 
#define KVI_SHORTCUTS_WIN_SEARCH   QKeySequence::Find
 
#define KVI_SHORTCUTS_WIN_ZOOM_DEFAULT   "Ctrl+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

◆ KVI_SHORTCUTS_AWAY

#define KVI_SHORTCUTS_AWAY   "Ctrl+Shift+A"

◆ KVI_SHORTCUTS_CONNECT

#define KVI_SHORTCUTS_CONNECT   "Ctrl+Shift+C"

◆ KVI_SHORTCUTS_CONTEXT

#define KVI_SHORTCUTS_CONTEXT   QKeySequence::New

◆ KVI_SHORTCUTS_EDITORS_ACTION

#define KVI_SHORTCUTS_EDITORS_ACTION   "Ctrl+Shift+Q"

◆ KVI_SHORTCUTS_EDITORS_ALIAS

#define KVI_SHORTCUTS_EDITORS_ALIAS   "Ctrl+Shift+L"

◆ KVI_SHORTCUTS_EDITORS_CLASS

#define KVI_SHORTCUTS_EDITORS_CLASS   "Ctrl+Shift+D"

◆ KVI_SHORTCUTS_EDITORS_EVENT

#define KVI_SHORTCUTS_EDITORS_EVENT   "Ctrl+Shift+E"

◆ KVI_SHORTCUTS_EDITORS_POPUP

#define KVI_SHORTCUTS_EDITORS_POPUP   "Ctrl+Shift+P"

◆ KVI_SHORTCUTS_EDITORS_RAW

#define KVI_SHORTCUTS_EDITORS_RAW   "Ctrl+Shift+R"

◆ KVI_SHORTCUTS_EDITORS_TESTER

#define KVI_SHORTCUTS_EDITORS_TESTER   "Ctrl+Shift+S"

◆ KVI_SHORTCUTS_EDITORS_TOOLBAR

#define KVI_SHORTCUTS_EDITORS_TOOLBAR   "Ctrl+Shift+B"

◆ KVI_SHORTCUTS_EXEC

#define KVI_SHORTCUTS_EXEC   "Ctrl+Shift+X"

◆ KVI_SHORTCUTS_HELP

#define KVI_SHORTCUTS_HELP   QKeySequence::HelpContents

◆ KVI_SHORTCUTS_IDENTITY

#define KVI_SHORTCUTS_IDENTITY   "Ctrl+Shift+I"

◆ KVI_SHORTCUTS_INPUT_BOLD

#define KVI_SHORTCUTS_INPUT_BOLD   QKeySequence::Bold

◆ KVI_SHORTCUTS_INPUT_COLOR

#define KVI_SHORTCUTS_INPUT_COLOR   "Ctrl+K"

◆ KVI_SHORTCUTS_INPUT_COMMANDLINE

#define KVI_SHORTCUTS_INPUT_COMMANDLINE   "Ctrl+Y"

◆ KVI_SHORTCUTS_INPUT_COPY

#define KVI_SHORTCUTS_INPUT_COPY   QKeySequence::Copy

◆ KVI_SHORTCUTS_INPUT_CORRECT_SPELLING

#define KVI_SHORTCUTS_INPUT_CORRECT_SPELLING   "Ctrl+G"

◆ KVI_SHORTCUTS_INPUT_CUT

#define KVI_SHORTCUTS_INPUT_CUT   QKeySequence::Cut

◆ KVI_SHORTCUTS_INPUT_DELETE_NEXT_WORD

#define KVI_SHORTCUTS_INPUT_DELETE_NEXT_WORD   QKeySequence::DeleteEndOfWord

◆ KVI_SHORTCUTS_INPUT_DELETE_PREV_WORD

#define KVI_SHORTCUTS_INPUT_DELETE_PREV_WORD   QKeySequence::DeleteStartOfWord

◆ KVI_SHORTCUTS_INPUT_DUMMY

#define KVI_SHORTCUTS_INPUT_DUMMY   "Shift+Escape"

◆ KVI_SHORTCUTS_INPUT_END

#define KVI_SHORTCUTS_INPUT_END   QKeySequence::MoveToEndOfLine

◆ KVI_SHORTCUTS_INPUT_END_SELECT

#define KVI_SHORTCUTS_INPUT_END_SELECT   QKeySequence::SelectEndOfLine

◆ KVI_SHORTCUTS_INPUT_ESCAPE

#define KVI_SHORTCUTS_INPUT_ESCAPE   Qt::Key_Escape

◆ KVI_SHORTCUTS_INPUT_HISTORY

#define KVI_SHORTCUTS_INPUT_HISTORY   "Ctrl+PgUp"

◆ KVI_SHORTCUTS_INPUT_HISTORY_NEXT

#define KVI_SHORTCUTS_INPUT_HISTORY_NEXT   QKeySequence::MoveToNextLine

◆ KVI_SHORTCUTS_INPUT_HISTORY_PREV

#define KVI_SHORTCUTS_INPUT_HISTORY_PREV   QKeySequence::MoveToPreviousLine

◆ KVI_SHORTCUTS_INPUT_HOME

#define KVI_SHORTCUTS_INPUT_HOME   QKeySequence::MoveToStartOfLine

◆ KVI_SHORTCUTS_INPUT_HOME_SELECT

#define KVI_SHORTCUTS_INPUT_HOME_SELECT   QKeySequence::SelectStartOfLine

◆ KVI_SHORTCUTS_INPUT_ICON

#define KVI_SHORTCUTS_INPUT_ICON   "Alt+E"

◆ KVI_SHORTCUTS_INPUT_ITALIC

#define KVI_SHORTCUTS_INPUT_ITALIC   QKeySequence::Italic

◆ KVI_SHORTCUTS_INPUT_MENU

#define KVI_SHORTCUTS_INPUT_MENU   Qt::Key_Menu

◆ KVI_SHORTCUTS_INPUT_MULTILINE

#define KVI_SHORTCUTS_INPUT_MULTILINE   "Alt+Return"

◆ KVI_SHORTCUTS_INPUT_MULTILINE_2

#define KVI_SHORTCUTS_INPUT_MULTILINE_2   "Alt+Enter"

◆ KVI_SHORTCUTS_INPUT_NEXT_CHAR

#define KVI_SHORTCUTS_INPUT_NEXT_CHAR   QKeySequence::MoveToNextChar

◆ KVI_SHORTCUTS_INPUT_NEXT_CHAR_SELECT

#define KVI_SHORTCUTS_INPUT_NEXT_CHAR_SELECT   QKeySequence::SelectNextChar

◆ KVI_SHORTCUTS_INPUT_NEXT_WORD

#define KVI_SHORTCUTS_INPUT_NEXT_WORD   QKeySequence::MoveToNextWord

◆ KVI_SHORTCUTS_INPUT_NEXT_WORD_SELECT

#define KVI_SHORTCUTS_INPUT_NEXT_WORD_SELECT   QKeySequence::SelectNextWord

◆ KVI_SHORTCUTS_INPUT_PASTE

#define KVI_SHORTCUTS_INPUT_PASTE   QKeySequence::Paste

◆ KVI_SHORTCUTS_INPUT_PLAINTEXT

#define KVI_SHORTCUTS_INPUT_PLAINTEXT   "Ctrl+P"

◆ KVI_SHORTCUTS_INPUT_PREV_CHAR

#define KVI_SHORTCUTS_INPUT_PREV_CHAR   QKeySequence::MoveToPreviousChar

◆ KVI_SHORTCUTS_INPUT_PREV_CHAR_SELECT

#define KVI_SHORTCUTS_INPUT_PREV_CHAR_SELECT   QKeySequence::SelectPreviousChar

◆ KVI_SHORTCUTS_INPUT_PREV_WORD

#define KVI_SHORTCUTS_INPUT_PREV_WORD   QKeySequence::MoveToPreviousWord

◆ KVI_SHORTCUTS_INPUT_PREV_WORD_SELECT

#define KVI_SHORTCUTS_INPUT_PREV_WORD_SELECT   QKeySequence::SelectPreviousWord

◆ KVI_SHORTCUTS_INPUT_REDO

#define KVI_SHORTCUTS_INPUT_REDO   QKeySequence::Redo

◆ KVI_SHORTCUTS_INPUT_RESET

#define KVI_SHORTCUTS_INPUT_RESET   "Ctrl+O"

◆ KVI_SHORTCUTS_INPUT_REVERSE

#define KVI_SHORTCUTS_INPUT_REVERSE   "Ctrl+R"

◆ KVI_SHORTCUTS_INPUT_SELECT_ALL

#define KVI_SHORTCUTS_INPUT_SELECT_ALL   QKeySequence::SelectAll

◆ KVI_SHORTCUTS_INPUT_SEND_KVS

#define KVI_SHORTCUTS_INPUT_SEND_KVS   "Shift+Return"

◆ KVI_SHORTCUTS_INPUT_SEND_KVS_2

#define KVI_SHORTCUTS_INPUT_SEND_KVS_2   "Shift+Enter"

◆ KVI_SHORTCUTS_INPUT_SEND_PLAIN

#define KVI_SHORTCUTS_INPUT_SEND_PLAIN   "Ctrl+Return"

◆ KVI_SHORTCUTS_INPUT_SEND_PLAIN_2

#define KVI_SHORTCUTS_INPUT_SEND_PLAIN_2   "Ctrl+Enter"

◆ KVI_SHORTCUTS_INPUT_UNDERLINE

#define KVI_SHORTCUTS_INPUT_UNDERLINE   QKeySequence::Underline

◆ KVI_SHORTCUTS_INPUT_UNDO

#define KVI_SHORTCUTS_INPUT_UNDO   QKeySequence::Undo

◆ KVI_SHORTCUTS_JOIN

#define KVI_SHORTCUTS_JOIN   "Ctrl+J"

◆ KVI_SHORTCUTS_MANAGE_ADDONS

#define KVI_SHORTCUTS_MANAGE_ADDONS   "Ctrl+Shift+N"

◆ KVI_SHORTCUTS_MANAGE_THEMES

#define KVI_SHORTCUTS_MANAGE_THEMES   "Ctrl+Shift+M"

◆ KVI_SHORTCUTS_OPTIONS

#define KVI_SHORTCUTS_OPTIONS   "Ctrl+Shift+O"

◆ KVI_SHORTCUTS_QUIT

#define KVI_SHORTCUTS_QUIT   "Ctrl+Q"

◆ KVI_SHORTCUTS_SERVERS

#define KVI_SHORTCUTS_SERVERS   "Ctrl+S"

◆ KVI_SHORTCUTS_THEME

#define KVI_SHORTCUTS_THEME   "Ctrl+Shift+T"

◆ KVI_SHORTCUTS_TOGGLE_MENU_BAR

#define KVI_SHORTCUTS_TOGGLE_MENU_BAR   "Ctrl+M"

◆ KVI_SHORTCUTS_TOGGLE_TREE_LIST

#define KVI_SHORTCUTS_TOGGLE_TREE_LIST   "Ctrl+T"

◆ KVI_SHORTCUTS_USERS

#define KVI_SHORTCUTS_USERS   "Alt+U"

◆ KVI_SHORTCUTS_WIN_CLOSE

#define KVI_SHORTCUTS_WIN_CLOSE   "Ctrl+W"

◆ KVI_SHORTCUTS_WIN_END

#define KVI_SHORTCUTS_WIN_END   QKeySequence::MoveToEndOfDocument

◆ KVI_SHORTCUTS_WIN_HOME

#define KVI_SHORTCUTS_WIN_HOME   QKeySequence::MoveToStartOfDocument

◆ KVI_SHORTCUTS_WIN_NEXT

#define KVI_SHORTCUTS_WIN_NEXT   "Alt+Down"

◆ KVI_SHORTCUTS_WIN_NEXT_CONTEXT

#define KVI_SHORTCUTS_WIN_NEXT_CONTEXT   "Alt+Shift+Down"

◆ KVI_SHORTCUTS_WIN_NEXT_HIGHLIGHT

#define KVI_SHORTCUTS_WIN_NEXT_HIGHLIGHT   "Alt+PgDown"

◆ KVI_SHORTCUTS_WIN_NEXT_LINE

#define KVI_SHORTCUTS_WIN_NEXT_LINE   QKeySequence::SelectNextLine

◆ KVI_SHORTCUTS_WIN_NEXT_PAGE

#define KVI_SHORTCUTS_WIN_NEXT_PAGE   QKeySequence::MoveToNextPage

◆ KVI_SHORTCUTS_WIN_NEXT_TAB

#define KVI_SHORTCUTS_WIN_NEXT_TAB   QKeySequence::NextChild

◆ KVI_SHORTCUTS_WIN_PREV

#define KVI_SHORTCUTS_WIN_PREV   "Alt+Up"

◆ KVI_SHORTCUTS_WIN_PREV_CONTEXT

#define KVI_SHORTCUTS_WIN_PREV_CONTEXT   "Alt+Shift+Up"

◆ KVI_SHORTCUTS_WIN_PREV_HIGHLIGHT

#define KVI_SHORTCUTS_WIN_PREV_HIGHLIGHT   "Alt+PgUp"

◆ KVI_SHORTCUTS_WIN_PREV_LINE

#define KVI_SHORTCUTS_WIN_PREV_LINE   QKeySequence::SelectPreviousLine

◆ KVI_SHORTCUTS_WIN_PREV_PAGE

#define KVI_SHORTCUTS_WIN_PREV_PAGE   QKeySequence::MoveToPreviousPage

◆ KVI_SHORTCUTS_WIN_PREV_TAB

#define KVI_SHORTCUTS_WIN_PREV_TAB   QKeySequence::PreviousChild

◆ KVI_SHORTCUTS_WIN_SCROLL_TO_LAST_READ_LINE

#define KVI_SHORTCUTS_WIN_SCROLL_TO_LAST_READ_LINE   "Ctrl+L"

◆ KVI_SHORTCUTS_WIN_SEARCH

#define KVI_SHORTCUTS_WIN_SEARCH   QKeySequence::Find

◆ KVI_SHORTCUTS_WIN_ZOOM_DEFAULT

#define KVI_SHORTCUTS_WIN_ZOOM_DEFAULT   "Ctrl+0"

◆ KVI_SHORTCUTS_WIN_ZOOM_IN

#define KVI_SHORTCUTS_WIN_ZOOM_IN   QKeySequence::ZoomIn

◆ KVI_SHORTCUTS_WIN_ZOOM_OUT

#define KVI_SHORTCUTS_WIN_ZOOM_OUT   QKeySequence::ZoomOut