modifiers
来自「LinuxTools一书随书源代码」· 代码 · 共 26 行
TXT
26 行
Shift_R 0x36Shift_L 0x2aAlt_R 0xb8Mode_switch 0xb8Alt_L 0x38Control_R 0x9dControl_L 0x1d# Translate Meta, Super and Hyper to Windows key. It seems the RDP# protocol does not support these keys directly. Therefore, rdesktop# currently translates the keysyms listed below into Ctrl-Esc. This is# hard-coded, since multiple scancodes cannot be specified in keymap# files. #Meta_L 0xdb#Super_L 0xdb#Hyper_L 0xdb#Meta_R 0xdc #Super_R 0xdc#Hyper_R 0xdc# Translate Menu to the Windows Application key. # This one does not work either. Menu 0xdd
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?