⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 x11-pc-se.map

📁 我师兄自己写的操作系统
💻 MAP
字号:
# Bochs Keymap file# $Id: x11-pc-se.map,v 1.2 2002/09/25 08:00:25 bdenney Exp $# Target: PC(x86) keyboard, SE keymap# Author: Magnus 'Moggen' 謆erg## The keymap file describes the layout of a keyboard, and how it translates# into Bochs key codes.## Format:#  BX_Keysym                ASCII_equivalent      Xwin_Keysym## Or, for keys that require modifiers:#  BX_Keysym+BX_Modifier    ASCII_equivalent    Xwin_Keysym## BX_Keysym and BX_Modifier must be present in the bx_key_symbol[] list in# gui/keymap.cc.  The BX_Modifier is usually a shift key press, but it# could be any key.  Presently a maximum of one modifier is supported, but this# could be changed in keymap.h (structure def has only one slot for modifier),# keymap.cc (parsing code), and iodev/keyboard.cc (simulate keypresses for >1# modifier).## The ASCII_equivalent must be either apostrophe + one character + apostrophe,# or one of these keywords: space, return, tab, backslash, apostrophe, none.# This format is designed to look like a char constant in C, but it's a very# simple parser.  There's no concept of backslash being an escape char.  The# backslash and apostrophe entries are provided for aesthetic purposes only: no# C++ programmer wants to see '\' or '''. The parser doesn't care, but they are# ugly.## Xwin_Keysym is the X windows equivalent of the key combination.  These# codes should match whatever you find in /usr/X11R6/include/X11/keysymdef.h.# If you're running X windows, Bochs will take each of these Xwin_Keysyms,# pull off the XK_ in front, and use XStringToKeysym() to change them into# numerical codes.  If this lookup fails, you will get a panic and you need# to edit the keymap file.## Upper key groupsBX_KEY_ESC                                    none       XK_EscapeBX_KEY_F1                                     none       XK_F1BX_KEY_F2                                     none       XK_F2BX_KEY_F3                                     none       XK_F3BX_KEY_F4                                     none       XK_F4BX_KEY_F5                                     none       XK_F5BX_KEY_F6                                     none       XK_F6BX_KEY_F7                                     none       XK_F7BX_KEY_F8                                     none       XK_F8BX_KEY_F9                                     none       XK_F9BX_KEY_F10                                    none       XK_F10BX_KEY_F11                                    none       XK_F11BX_KEY_F12                                    none       XK_F12BX_KEY_PRINT                                  none       XK_PrintBX_KEY_PRINT                                  none       XK_Sys_ReqBX_KEY_SCRL_LOCK                              none       XK_Scroll_LockBX_KEY_PAUSE                                  none       XK_BreakBX_KEY_PAUSE                                  none       XK_Pause# Main key group#  Row 1BX_KEY_GRAVE                                  '

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -