Key codes returned by Event.keyCode. These map directly to a physical key
on the keyboard.

KeyCode是由Event.keyCode返回的。

这些直接映射到键盘上的物理键。

Values值

  • Not assigned (never is pressed)

    未分配(永不被按下)。

  • The backspace key //退格键。
  • The forward delete key //正向删除键。
  • The tab key //制表键。
  • The Clear key //清除键。

  • Return key //回车键。
  • Pause on PC machines //PC上的暂停键。
  • Escape key //退出键。
  • Space key //空格键。

  • Numeric keypad 0 //数字小键盘0。
  • Numeric keypad 1 //数字小键盘1。
  • Numeric keypad 2 //数字小键盘2。

  • Numeric keypad 3 //数字小键盘3。
  • Numeric keypad 4 //数字小键盘4。

  • Numeric keypad 5 //数字小键盘5。
  • Numeric keypad 6 //数字小键盘6。

  • Numeric keypad 7 //数字小键盘7。

  • Numeric keypad 8 //数字小键盘8。
  • Numeric keypad 9 //数字小键盘9。
  • Numeric keypad '.' // 数字小键盘的句点'.'。

  • Numeric keypad '/' // 数字小键盘的除号'/'。
  • Numeric keypad '*' //数字小键盘的乘号 '*'。
  • Numeric keypad '-' //数字小键盘的减号 '-'。
  • Numeric keypad '+' //数字小键盘的加号 '+'。
  • Numeric keypad enter //数字小键盘的回车键。
  • Numeric keypad '=' //数字小键盘的等号键'='。
  • Up arrow key //上箭头键。
  • Down arrow key //下箭头键。

  • Right arrow key //右箭头键。
  • Left arrow key //左箭头键。

  • Insert key key //插入键。
  • Home key //起始键。
  • End key //结束键。
  • Page up //上页。

  • Page down //下页。

  • F1 function key //F1功能键。
  • F2 function key //F2功能键。

  • F3 function key //F3功能键。
  • F4 function key //F4功能键。

  • F5 function key //F5功能键。
  • F6 function key //F6功能键。
  • F7 function key //F7功能键。
  • F8 function key //F8功能键。

  • F9 function key //F9功能键。
  • F10 function key //F10功能键。
  • F11 function key //F11功能键。
  • F12 function key //F12功能键。

  • F13 function key //F13功能键。
  • F14 function key //F14功能键。

  • F15 function key //F15功能键。
  • The '0' key on the top of the alphanumeric keyboard.

    键盘顶部的数字键'0'。
  • The '1' key on the top of the alphanumeric keyboard.

    键盘顶部的数字键'1'。

  • The '2' key on the top of the alphanumeric keyboard.

    键盘顶部的数字键'2'。
  • The '3' key on the top of the alphanumeric keyboard.

    键盘顶部的数字键'3'。
  • The '4' key on the top of the alphanumeric keyboard.

    键盘顶部的数字键'4'。
  • The '5' key on the top of the alphanumeric keyboard.

    键盘顶部的数字键'5'。
  • The '6' key on the top of the alphanumeric keyboard.

    键盘顶部的数字键'6'。

  • The '7' key on the top of the alphanumeric keyboard.

    键盘顶部的数字键'7'。
  • The '8' key on the top of the alphanumeric keyboard.

    键盘顶部的数字键'8'。

  • The '9' key on the top of the alphanumeric keyboard.

    键盘顶部的数字键'9'。
  • Explaim key //感叹号键'!'。
  • Double quote key //双引號键。
  • Hash key //哈希键。
  • Dollar sign key //美元符号键。

  • Ampersand key //和,  &(and 的符号)键。
  • Quote key //单引號键。

  • Left Parent key //左括号键。

  • Right Parent key //右括号键。
  • Asterisk key //星号键 * 。
  • Plus key //加号键 + 。
  • Comma ',' key //逗号键 , 。
  • Minus '-' key //减号键 - 。
  • Period '.' key //句号键 . 。
  • Slash '/' key //斜杠键 / 。
  • Colon ':' key //冒号键 : 。

  • Semicolon ';' key //分号键 ; 。
  • Less '<' key //小于号键 < 。
  • Equals '=' key //等于号键 = 。
  • Greater '>' key //大于号键 > 。
  • Question mark '?' key //问号键 ? 。
  • At key //@符号键。

  • Left bracket key //左方括号键 [ 。
  • Backslash key //反斜杠键 \ 。
  • Right bracket key //右方括号键 ] 。
  • Caret key //脱字符键 ^ 。
  • Underscore '_' key //下划线键 _ 。
  • Back quote key //反引號键 。

  • 'a' key // a键
  • 'b' key // b键
  • 'c' key // c键
  • 'd' key // d键
  • 'e' key // e键
  • 'f' key // f键
  • 'g' key // g键
  • 'h' key // h键
  • 'i' key // i键
  • 'j' key // j键
  • 'k' key // k键
  • 'l' key // l键
  • 'm' key // m键
  • 'n' key // n键
  • 'o' key // o键
  • 'p' key // p键
  • 'q' key // q键
  • 'r' key // r键
  • 's' key // s键
  • 't' key // t键
  • 'u' key // u键
  • 'v' key // v键
  • 'w' key // w键
  • 'x' key // x键
  • 'y' key // y键
  • 'z' key // z键
  • Numlock key //数字锁定键 。
  • Capslock key //大写锁定键 。
  • Scroll lock key //滚动锁定键 。

  • Right shift key //右上档键。
  • Left shift key //左上档键。
  • Right Control key //右控制键。
  • Left Control key //左控制键。
  • Right Alt key //右更改键。
  • Left Alt key //左更改键。
  • Left Apple key //左苹果键。

  • Left Windows key //左Windows键。
  • Right Apple key //右苹果键。

  • Right Windows key //右Windows键。
  • Alt Gr key //右側更改键。
  • Help key //帮助键。
  • Print key //打印键。
  • Sys Req key //系统请求键。
  • Break key //中断键。
  • Menu key //菜单键。

  • First (primary) mouse button 

    第一个(主)鼠标键(鼠标左键)。
  • Second (secondary) mouse button

    第二个(次)鼠标键(鼠标右键)。
  • Third mouse button //第三个鼠标键(鼠标中键)。
  • Fourth mouse button //第四个鼠标键
  • Fifth mouse button //第五个鼠标键。
  • Sixth mouse button //第六个鼠标键。

  • Seventh mouse button //第七个鼠标键。
  • Button 0 on any joystick //手柄按键0。
  • Button 1 on any joystick //手柄按键1。
  • Button 2 on any joystick //手柄按键2。

  • Button 3 on any joystick //手柄按键3。

  • Button 4 on any joystick //手柄按键4。

  • Button 5 on any joystick //手柄按键5。
  • Button 6 on any joystick //手柄按键6。
  • Button 7 on any joystick //手柄按键7。
  • Button 8 on any joystick //手柄按键8。
  • Button 9 on any joystick //手柄按键9。
  • Button 10 on any joystick //手柄按键10。
  • Button 11 on any joystick //手柄按键11。
  • Button 12 on any joystick //手柄按键12。
  • Button 13 on any joystick //手柄按键13。
  • Button 14 on any joystick //手柄按键14。
  • Button 15 on any joystick //手柄按键15。
  • Button 16 on any joystick //手柄按键16。
  • Button 17 on any joystick //手柄按键17。
  • Button 18 on any joystick //手柄按键18。
  • Button 19 on any joystick //手柄按键19。
  • Button 0 on first joystick //第一个手柄按键0。
  • Button 1 on first joystick //第一个手柄按键1。
  • Button 2 on first joystick //第一个手柄按键2。
  • Button 3 on first joystick //第一个手柄按键3。
  • Button 4 on first joystick //第一个手柄按键4。

  • Button 5 on first joystick //第一个手柄按键5。
  • Button 6 on first joystick //第一个手柄按键6。
  • Button 7 on first joystick //第一个手柄按键7。
  • Button 8 on first joystick //第一个手柄按键8。
  • Button 9 on first joystick //第一个手柄按键9。
  • Button 10 on first joystick //第一个手柄按键10。
  • Button 11 on first joystick //第一个手柄按键11。
  • Button 12 on first joystick //第一个手柄按键12。

  • Button 13 on first joystick //第一个手柄按键13。
  • Button 14 on first joystick //第一个手柄按键14。
  • Button 15 on first joystick //第一个手柄按键15。
  • Button 16 on first joystick //第一个手柄按键16。
  • Button 17 on first joystick //第一个手柄按键17。
  • Button 18 on first joystick //第一个手柄按键18。

  • Button 19 on first joystick //第一个手柄按键19。

  • Button 0 on second joystick //第二个手柄按键0。

  • Button 1 on second joystick //第二个手柄按键1。

  • Button 2 on second joystick //第二个手柄按键2。
  • Button 3 on second joystick //第二个手柄按键3。
  • Button 4 on second joystick //第二个手柄按键4。

  • Button 5 on second joystick //第二个手柄按键5。
  • Button 6 on second joystick //第二个手柄按键6。
  • Button 7 on second joystick //第二个手柄按键7。
  • Button 8 on second joystick //第二个手柄按键8。
  • Button 9 on second joystick //第二个手柄按键9。

  • Button 10 on second joystick //第二个手柄按键10。

  • Button 11 on second joystick //第二个手柄按键11。
  • Button 12 on second joystick //第二个手柄按键12。

  • Button 13 on second joystick //第二个手柄按键13。

  • Button 14 on second joystick //第二个手柄按键14。
  • Button 15 on second joystick //第二个手柄按键15。

  • Button 16 on second joystick //第二个手柄按键16。
  • Button 17 on second joystick //第二个手柄按键17。
  • Button 18 on second joystick //第二个手柄按键18。
  • Button 19 on second joystick //第二个手柄按键19。

  • Button 0 on third joystick //第三个手柄按键0。

  • Button 1 on third joystick //第三个手柄按键1。
  • Button 2 on third joystick //第三个手柄按键2。
  • Button 3 on third joystick //第三个手柄按键3。

  • Button 4 on third joystick //第三个手柄按键4。

  • Button 5 on third joystick //第三个手柄按键5。

  • Button 6 on third joystick //第三个手柄按键6。

  • Button 7 on third joystick //第三个手柄按键7。
  • Button 8 on third joystick //第三个手柄按键8。

  • Button 9 on third joystick //第三个手柄按键9。
  • Button 10 on third joystick //第三个手柄按键10。
  • Button 11 on third joystick //第三个手柄按键11。

  • Button 12 on third joystick //第三个手柄按键12。
  • Button 13 on third joystick //第三个手柄按键13。

  • Button 14 on third joystick //第三个手柄按键14。

  • Button 15 on third joystick //第三个手柄按键15。
  • Button 16 on third joystick //第三个手柄按键16。

  • Button 17 on third joystick //第三个手柄按键17。
  • Button 18 on third joystick //第三个手柄按键18。

  • Button 19 on third joystick //第三个手柄按键19。

【Unity3D】 KeyCode 键码的更多相关文章

  1. unity3d KeyCode各键值说明

    KeyCode :KeyCode是由Event.keyCode返回的.这些直接映射到键盘上的物理键. http://docs.unity3d.com/ScriptReference/KeyCode.h ...

  2. 【KeyCode 键码】

    Key codes returned by Event.keyCode. These map directly to a physical key on the keyboard. KeyCode是由 ...

  3. Unity3d KeyCode 键盘各种键值详情

    KeyCode :KeyCode是由Event.keyCode返回的.这些直接映射到键盘上的物理键. 值        对应键 Backspace     退格键 Delete      Delete ...

  4. python gui之tkinter事件处理

    事件一览表 事件 代码 备注 鼠标左键单击按下 1/Button-1/ButtonPress-1   鼠标左键单击松开 ButtonRelease-1   鼠标右键单击 3   鼠标左键双击 Doub ...

  5. 键盘事件keydown、keypress、keyup随笔整理总结(摘抄)

    原文1:http://www.cnblogs.com/silence516/archive/2013/01/25/2876611.html 原文2:http://www.cnblogs.com/leo ...

  6. keydown - > keypress - > keyup 用法和区别

    英文输入法:   事件触发顺序:keydown - > keypress - > keyup   中文输入法:   firfox:输入触发keydown,回车确认输入触发keyup chr ...

  7. keydown - > keypress - > keyup

    英文输入法:   事件触发顺序:keydown - > keypress - > keyup   中文输入法:   firfox:输入触发keydown,回车确认输入触发keyup chr ...

  8. Day049--jQuery的文档操作和事件介绍

    今日内容 DOM操作(CRUD) js中DOM document.createElement('p') appendChild() insertBefore() removeChild() 创建元素 ...

  9. 详解键盘事件(keydown,keypress,keyup)

    一.键盘事件基础 1.定义 keydown:按下键盘键 keypress:紧接着keydown事件触发(只有按下字符键时触发) keyup:释放键盘键 顺序为:keydown -> keypre ...

随机推荐

  1. python中set元素为可迭代元素相加

    #a 与 b必须是两个相同类型的可迭代对象 a = "1" b = "2" print(set(a + b))  # {'1', '2'} a = " ...

  2. Parameter index out of range (1 > number of parameters, which is 0).

    数据库错误:Parameter   index   out   of   range   (1   >   number   of   parameters,   which   is   0) ...

  3. Elasticsearch之CURL命令的mget查询

    我这里, 再,创建一个zhouls2的索引库. [hadoop@master elasticsearch-]$ curl -XPUT 'http://master:9200/zhouls2/' {]$ ...

  4. [Android]异常10-java.lang.OutOfMemoryError pthread_create (1040KB stack) failed: Try again

    背景:应用正常运行一段时间后,创建线程时出现应用重启,停止运行 异常原因: 可能一>堆内存溢出 解决办法有: 解决一>创建线程池,短时间能执行完成线程放在其中.(常驻线程例外),注意线程的 ...

  5. Hive扩展功能(三)--使用UDF函数将Hive中的数据插入MySQL中

    软件环境: linux系统: CentOS6.7 Hadoop版本: 2.6.5 zookeeper版本: 3.4.8 主机配置: 一共m1, m2, m3这五部机, 每部主机的用户名都为centos ...

  6. 批量注释LOG

    sed -i "s/LOG/\/\/ LOG/g" `grep LOG\(TRACE\) -rl .`

  7. Linux内存压力测试-memtester工具

    *:first-child { margin-top: 0 !important; } body>*:last-child { margin-bottom: 0 !important; } /* ...

  8. 【技术累积】【点】【java】【23】super以及重写重载

    重写和重载 重写是继承之后的Override 重载是同一个方法,有着不同的入参出参这样子: super 当需要在子类中调用父类的被重写方法时,要使用super关键字. 当然只要是调用父类的方法,都会用 ...

  9. Java中的方法重写

    方法的重载: 在同一个类中,出现多个同名的方法,参数列表不同,与返回值类型,修饰符无关 方法的重写: 子类中出现和父类中一模一样的方法(包括返回值类型,方法名,参数列表) 方法重写的注意事项: 1.重 ...

  10. Josephus problem(约瑟夫问题,丢手绢问题)

    约瑟夫问题 约瑟夫环问题是一个数学应用题:已知n个人(以编号1,2,3.....,n)围坐在一张圆桌的周围.从编号为k的人开始报数,数到m的那个人出列:他的下一个人又从1开始报数,数到m的那个人又出列 ...