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发送一个消息给应用程序.消息本身是作为一个记录传递给应用程序的 ...
随机推荐
- php灌水
<?php $data=array('name'=>'paul','mail'=>'paulversion@163.com') $data=http_build_query($dat ...
- C-Free 5.0编译失败问题解决办法
解决关于C-Free 5.0编译时提示错误:[Error] undefined reference to `__dyn_tls_init_callback' 解决办法: 因为错误提示的路径是C:\Mi ...
- wxpython 安装教程
wxpython在windows 上的安装,需要在wxpython官网上下载对应的版本:Python分为32和64位系统不是系统的32位和64位 所以可以先在IDE 下输入Python看下当前是32还 ...
- java.lang.OutOfMemoryError: Java heap space错误及处理办
默认方式启动Eclipse时,有关启动时JVM参数是在Eclipse安装目录下的eclipse.ini文件中指定的.在命令行下,也可以通过参数-vmargs来达到此目的.其命令格式为:eclipse ...
- angularjs中sortable的使用
将每个li并列排序,同时可以实现拖拉排序功能 html: js:使用的插件:html.sortable.angularjs,html.sortable.js 实现的效果: 通过js中sortableO ...
- Activity设置singleTask无法通过Intent获取值的问题
AActivity跳转BActivity ,AActivity设置lauchmode = "SingleTask"的话,在getIntent无法获取BActivity里面的内容,无 ...
- @InitBinde的作用
@InitBinder用于在@Controller中标注于方法,表示为当前控制器注册一个属性编辑器或者其他,只对当前的Controller有效
- PAT 团体程序设计天梯赛-练习集 L1-005. 考试座位号
每个PAT考生在参加考试时都会被分配两个座位号,一个是试机座位,一个是考试座位.正常情况下,考生在入场时先得到试机座位号码,入座进入试机状态后,系统会显示该考生的考试座位号码,考试时考生需要换到考试座 ...
- 【C++】最大子列和
此题来自<数据结构与算法>,书中一共介绍了四种方法,这里贴出两种. 1.分治递归,对本题来说,虽然有更好的算法,但是用此题理解分治算法感觉挺有用 #include <iostream ...
- 【瞎搞搞之】 window_x64微信小程序环境搭建
所需文件地址如下: http://pan.baidu.com/s/1nv0IHhn(ylk7) 1.下载微信开发工具0.7.0_x64 安装完成后,打开程序,进行微信扫码登录 2.下载微信开发工具 ...