📄 default.keytab.h
字号:
/************************************************************************ Copyright (C) 2000-2005 Trolltech AS and its licensors.** All rights reserved.**** This file is part of the Qtopia Environment.**** This file may be distributed and/or modified under the terms of the** GNU General Public License version 2 as published by the Free Software** Foundation and appearing in the file LICENSE.GPL included in the** packaging of this file.**** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.**** See http://www.trolltech.com/gpl/ for GPL licensing information.** See below for additional copyright and license information**** Contact info@trolltech.com if any conditions of this licensing are** not clear to you.************************************************************************/// BEGIN no tr /* generated by '../tests/quote ../other/default.Keytab' */ "# [default.Keytab] Buildin Keyboard Table\n" "\n" "# --------------------------------------------------------------\n" "#\n" "# This file in included only for reference purposes. \n" "#\n" "# Modifying it does not have any effect (unless you\n" "# derive the default.keytab.h and recompile konsole).\n" "#\n" "# To customize your keyboard, copy this file to something\n" "# ending with .keytab and change it to meet you needs.\n" "#\n" "# --------------------------------------------------------------\n" "\n" "keyboard \"xterm (default)\"\n" "\n" "# --------------------------------------------------------------\n" "#\n" "# The syntax of each entry has the form\n" "#\n" "# \"key\" Keyname { (\"+\"|\"-\") Modename } \":\" (String|Operation)\n" "#\n" "# Keynames are those defined in <qnamespace.h>\n" "# with the \"Qt::Key_\" prefix removed.\n" "#\n" "# Mode names are: Shift, Alt, Control.\n" "#\n" "# If the key is not found here, the text of the\n" "# key event as provided by QT is emitted, possibly\n" "# preceeded by ESC if the Alt key is pressed.\n" "#\n" "# --------------------------------------------------------------\n" "#\n" "# Note that this particular table is a \"risc\" version made to\n" "# ease customization without bothering with obsolete details.\n" "# See VT100.keytab for the more hairy stuff.\n" "#\n" "# --------------------------------------------------------------\n" "\n" "# common keys\n" "\n" "key Escape : \"\\E\"\n" "key Tab : \"\\t\"\n" "\n" "key Return-Alt : \"\\r\"\n" "key Return+Alt : \"\\E\\r\"\n" "\n" "# Backspace and Delete codes are preserving CTRL-H.\n" "\n" "key Backspace : \"\\x7f\"\n" "\n" "# cursor keys\n" "\n" "key Up -Shift : \"\\EOA\"\n" "key Down -Shift : \"\\EOB\"\n" "key Right -Shift : \"\\EOC\"\n" "key Left -Shift : \"\\EOD\"\n" "\n" "# other grey PC keys\n" "\n" "key Enter : \"\\r\"\n" "\n" "key Home : \"\\E[1~\"\n" "key Insert-Shift : \"\\E[2~\"\n" "key Delete : \"\\E[3~\"\n" "key End : \"\\E[4~\"\n" "key Prior -Shift : \"\\E[5~\"\n" "key Next -Shift : \"\\E[6~\"\n" "\n" "# function keys\n" "\n" "key F1 : \"\\E[11~\"\n" "key F2 : \"\\E[12~\"\n" "key F3 : \"\\E[13~\"\n" "key F4 : \"\\E[14~\"\n" "key F5 : \"\\E[15~\"\n" "key F6 : \"\\E[17~\"\n" "key F7 : \"\\E[18~\"\n" "key F8 : \"\\E[19~\"\n" "key F9 : \"\\E[20~\"\n" "key F10 : \"\\E[21~\"\n" "key F11 : \"\\E[23~\"\n" "key F12 : \"\\E[24~\"\n" "\n" "# Work around dead keys\n" "\n" "key Space +Control : \"\\x00\"\n" "\n" "# Some keys are used by konsole to cause operations.\n" "# The scroll* operations refer to the history buffer.\n" "\n" "key Left +Shift : prevSession\n" "key Right +Shift : nextSession\n" "key Up +Shift : scrollLineUp\n" "key Prior +Shift : scrollPageUp\n" "key Down +Shift : scrollLineDown\n" "key Next +Shift : scrollPageDown\n" "key Insert+Shift : emitSelection\n" "\n" "# keypad characters are not offered differently by Qt.\n" ""// END no tr
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -