CTRL key
ctrl key其实是用于扩展键盘,单独一个ctrl键没有什么作用,也没有ascii码,当与其他键相结合时,相当于创造出一个新键。例如:用getchar()侦测输入的字符,当按下ctrl+a时,只输出了一个ascii码1。只按下ctrl键没有输出。因此ctrl+a其实只相当于一个键罢了。
下表为所有的ctrl组合键的ascii码及其名字。
Control | Code | To Enter With | Echo | ||||||
Abbreviation | Full Name | Dec | Hex | Alt-Key | Ctrl-Key | ||||
NUL | Null | 0 | 00 | Ctrl-@ | ^@ | ||||
SOH | Start of heading | 1 | 01 | Alt-1 | Ctrl-A | ^A | |||
STX | Start of text | 2 | 02 | Alt-2 | Ctrl-B | ^B | |||
ETX | End of text | 3 | 03 | Alt-3 | Ctrl-C | ^C | |||
EOT | End of transmission | 4 | 04 | Alt-4 | Ctrl-D | ^D | |||
ENQ | Enquiry | 5 | 05 | Alt-5 | Ctrl-E | ^E | |||
ACK | Acknowledge | 6 | 06 | Alt-6 | Ctrl-F | ^F | |||
BEL | Bell | 7 | 07 | Alt-7 | Ctrl-G | ^G | |||
BS | Backspace | 8 | 08 | Alt-8 | Ctrl-H | ^H | |||
HT | Horizontal tab | 9 | 09 | Alt-9 | Ctrl-I | ^I | |||
LF | Line feed | 10 | 0A | Alt-10 | Ctrl-J | ^J | |||
VT | Vertical tab | 11 | 0B | Alt-11 | Ctrl-K | ^K | |||
FF | Form feed | 12 | 0C | Alt-12 | Ctrl-L | ^L | |||
CR | Carriage return | 13 | 0D | Alt-13 | Ctrl-M | ^M | |||
SO | Shift out | 14 | 0E | Alt-14 | Ctrl-N | ^N | |||
SI | Shift in | 15 | 0F | Alt-15 | Ctrl-O | ^O | |||
DLE | Data line escape | 16 | 10 | Alt-16 | Ctrl-P | ^P | |||
DC1 | Device control 1 | 17 | 11 | Alt-17 | Ctrl-Q | ^Q | |||
DC2 | Device control 2 | 18 | 12 | Alt-18 | Ctrl-R | ^R | |||
DC3 | Device control 3 | 19 | 13 | Alt-19 | Ctrl-S | ^S | |||
DC4 | Device control 4 | 20 | 14 | Alt-20 | Ctrl-T | ^T | |||
NAK | Negative acknowledge | 21 | 15 | Alt-21 | Ctrl-U | ^U | |||
SYN | Synchronous idle | 22 | 16 | Alt-22 | Ctrl-V | ^V | |||
ETB | End transmission block | 23 | 17 | Alt-23 | Ctrl-W | ^W | |||
CAN | Cancel | 24 | 18 | Alt-24 | Ctrl-X | ^X | |||
EM | End of medium | 25 | 19 | Alt-25 | Ctrl-Y | ^Y | |||
SUB | Substitute | 26 | 1A | Alt-26 | Ctrl-Z | ^Z | |||
ESC | Escape | 27 | 1B | Alt-27 | Ctrl-[ | ^[ | |||
FS | File separator | 28 | 1C | Alt-28 | Ctrl-\ | ^\ | |||
GS | Group separator | 29 | 1D | Alt-29 | Ctrl-] | ^] | |||
RS | Record separator | 30 | 1E | Alt-30 | Ctrl-^ | ^^ | |||
US | Unit separator | 31 | 1F | Alt-31 | Ctrl-_ | ^_ |
CTRL key的更多相关文章
- [WPF][ListBox]鼠标拖拽多选,(Shift Key、Ctrl Key多选有效)(转)
<ListBox Name="listBox" SelectionMode="Extended"> <ListBox.Resources> ...
- ubuntu 交换ctrl与caps lock 键
The relevant option is no longer available in the settings menu in Ubuntu 13.10; this has been repor ...
- Ubuntu 16.04交换Ctrl和Caps
将Caps这个鸡肋的键位换成Ctrl的人不在少数,Ubuntu 12.04 中可以通过设置-键盘更改,新版去掉了这个功能,可以通过修改系统文件实现 方法1 在~/.xinputrc中加入:setxkb ...
- opengl键盘回调函数不能获取Ctrl+c的问题
我要令窗口在按下 Ctrl+c 之后关闭. 关键代码如下: /* 这段代码位于键盘回调函数中 */ if ((glutGetModifiers() == GLUT_ACTIVE_CTRL) & ...
- Thinkpad个性化设置:F1~F12恢复正常按键,Fn与Ctrl按键互换
一.F1~F12恢复正常按键 联想Thinkpad的F1~F12键功能与其他笔记本是相反的! 也就是说,如果不按着Fn,按那几个功能键,实现的是属性设置的功能,比如直接按下F1键是静音,F2键是音量降 ...
- QT 按键处理 快捷键处理 shift + ctrl
原味地址:http://www.cnblogs.com/codingmylife/archive/2010/08/30/1812739.html CTRL+Enter发送信息的实现 在现在的即时聊天程 ...
- C# monitor keyboard and print pressed key
using System; using System.Windows.Forms; using System.Runtime.InteropServices; using System.Diagnos ...
- [转载]-虚拟键值表-virtual key code
转载 虚拟键值表, virtual key code Virtual-Key Codes VK_LBUTTON (01)Left mouse button VK_RBUTTON (02)Right ...
- windows消息机制详解(转载)
消息,就是指Windows发出的一个通知,告诉应用程序某个事情发生了.例如,单击鼠标.改变窗口尺寸.按下键盘上的一个键都会使Windows发送一个消息给应用程序.消息本身是作为一个记录传递给应用程序的 ...
随机推荐
- windows线程池四种情形(win核心读书笔记)
windows线程池四种情形(win核心读书笔记) Mircosoft从Windows2000引入线程池API,并在Vista后对线程池重新构架,引入新的线程池API.以下所有线程池函数均适用于Vis ...
- UIView 和 CALayer 的区别和联系
UIView是在/System/Library/Frameworks/UIKit.framework定义,也就是处于Cocoa Touch层. CALyer是在/System/Library/Fram ...
- 身份证js检测
var vcity={ 11:"北京",12:"天津",13:"河北",14:"山西",15:"内蒙古&quo ...
- linux中ssh登录Permanently added (RSA) to the list of known hosts问题解决
文章出自http://www.2cto.com/os/201307/227199.html linux中ssh登录Permanently added (RSA) to the list of know ...
- Windows 查看端口占用
查看 Windows 端口占用情况 在 Windows 命令行窗口下执行一下命令 查看所有端口占用情况 netstat -ano 查看特定端口的占用情况 netstat -aon|findstr &q ...
- KMP详解之二
KMP算法详解 如果机房马上要关门了,或者你急着要和MM约会,请直接跳到第六个自然段. 我们这里说的KMP不是拿来放电影的(虽然我很喜欢这个软件),而是一种算法.KMP算法是拿来处理字符串匹配的.换句 ...
- Web程序和应用程序服务器[转]
转自:http://hi.baidu.com/lclkathy/blog/item/dae3be36763a47370b55a970.html 一 常见的WEB服务器和应用服务器 在UNIX和LINU ...
- git 恢复丢失的文件
务必进入当前controller下面,才能恢复 git checkout HEAD TestController.class.php
- 移动端Bug管理工具——Bugtags
Bugtags介绍 产品说明 Bugtags是为改善移动产品质量而专门打造的测试平台产品. 产品功能 SDK集成简单 一行代码极速集成,完全不影响原有程序结构. 所见即所得提交问题 一键截屏,使用标签 ...
- Xshell4连接,Linux系统中文显示乱码解决办法
Xshell 是一个强大的安全终端模拟软件,它支持SSH1, SSH2, 以及Microsoft Windows 平台的TELNET NetSarang Xshell 4 Build 0120议.使用 ...