mac与windows键盘对应表

news/2024/12/4 11:21:32/


Boot Camp: Apple Keyboard (Ultra–thin USB) keyboard mapping in Windows

Summary

Learn how Boot Camp maps Microsoft Windows functions and special keys to the external Apple Keyboard (Ultra–thin USB), as well as which keys to use for various functions.

Products Affected

Boot Camp, Keyboards, Microsoft Windows XP, Microsoft Windows Vista, Windows 7

This article explains how Boot Camp maps Microsoft Windows functions and special keys to the external Apple Keyboard (Ultra–thin USB), as well as which keys to use for various functions.

Apple (Ultra–thin USB) keyboard

Sample Apple Keyboard (Ultra–thin USB)

Key mappings for Microsoft Windows features

Below is a chart of keyboard functions specific to the Microsoft Windows, and equivalent key combinations as they are mapped to Apple keyboards by the Apple Keyboard Support driver.

 

PC keyboard some keys highlighted
 

 

Print Screen PC Print Screen key F14 Key
Scroll Lock PC Scroll Lock key  
Pause/Break PC Pause key  Mac fn (function) key
Backspace delete PC Backspace key  Mac Delete key
Insert PC Insert key  Mac fn (function) keyMac Enter keypad
Number lock PC numlock key  Mac Clear key
Alt (Option) PC Alt key  Mac Option key
Enter PC Enter key Mac Return key 
AltGr / Alt GR PC Alt key (right) (Right Alt key)  Mac Option key
Forward delete PC forward delete key  Mac Forward Delete key
Applications PC applications key --
Windows logo (Start menu) PC period delete keypad Mac Command key 

 

Key mappings for Boot Camp features

Some keys are only available on a keyboard designed for Apple computers. They are either named differently or simply not available on a Windows-compatible keyboard.

Apple Keyboard (Ultra–thin USB) keyboards provide certain keys that are not available on Windows/PC keyboards.

Apple Keyboard (Ultra-thin USB) Boot Camp feature keys

 

Brightness down -- Mac F1 and brightness up key 
Brightness up --  Mac F2 and brightness down key
Volume down --  Mac F11 and volume down key
Volume up --  Mac F12 and volume up key
Mute --  Mac F10 and volume mute key
Media eject --  Mac eject key
Media eject secondary optical drive -- Mac Option key Mac eject
Clear --  Mac Clear key
Fn (Function) --  Mac fn (function) key
Exposé --  Mac F3 and Expose key
Dashboard --  Mac F4 and Dashboard key
Rewind --  Mac F7 and rewind key
Play/Pause --  Mac F8 and play pause key
Fast Forward --  Mac F9 and fast forward key

 

Numeric keypad mappings

Apple external and built-in keyboards provide the same functionality as Microsoft-compatible numeric keypads.Note: The Apple Keyboard (Ultra–thin USB) does not utilize alternate numerical keyboard functions as seen on built-in Mac keyboards.

To enable numerical input, press Num Lock on a PC keyboard, or Clear on the Apple keyboard.


The chart below shows equivalent keystrokes.

 

Page Up PC 2 keypad Mac Page Up key (Numlock off)
Page Down PC 3 keypad Mac Page Down key (Numlock off)
Insert PC zero keypad Mac fn (function) keyMac Enter keypad (Numlock off)
Decimal Point PC period delete keypad Mac decimal point key (Numlock off)
Delete PC period delete keypad Mac decimal point key (Numlock off)
Up arrow PC 8 keypad  Mac 8 keypadMac up arrow(Numlock off)
Down arrow PC 2 keypad  Mac 2 keypadMac down arrow(Numlock off)
Left arrow PC 4 keypad  Mac 4 keypadMac left arrow(Numlock off)
Right arrow PC 6 keypad Mac 6 keypadMac right arrow (Numlock off)

Additional Information

Note: If you disable the Apple Keyboard Support driver in Windows, Windows will not recognize the extended Function keys, nor the (Fn) key.

Important: Apple does not provide technical phone support for installing, using, or recovering Microsoft Windows. Support is available for using Boot Camp Setup Assistant, as well as installing or restoring Boot Camp software while booted into Windows. Support articles and discussions may also be available on Apple's support website.

Important: Information about products not manufactured by Apple is provided for information purposes only and does not constitute Apple’s recommendation or endorsement. Please  contact the vendor for additional information.
Rate this article: 
  • Not helpful
  • Somewhat helpful
  • Helpful
  • Very helpful
  • Solved my problem
http://support.apple.com/kb/HT1216


http://www.ppmy.cn/news/660870.html

相关文章

keycode键盘 按键 - 键码 对应表

最近在做键盘监控,发现有时返回的是键码,这里找了下键盘键码对应的值。 字母和数字键的键码值(keyCode)按键键码按键键码按键键码按键键码A65J74S83149B66K75T84250C67L76U85351D68M77V86452E69N78W87553F70O79X88654G71P80Y89755H72Q81Z90856I73R82048…

8255键盘4*4

PORT_A EQU 0FF9H;8255A端口地址 PORT_B EQU 0FFBH;8255B端口地址 PORT_CTL EQU 0FFFH;8255C端口地址 ;数据段定义,键盘扫描表 DATA SEGMENT ; TABLE DB 77H,7B,7D,7E,0B7H,0BBH,0BDH,0BEHDB 0D7H,0DBH,0DDH,0DEH,0E7H,0EBH,0EEH DATA ENDS ;堆栈段 STACK SEGMENT STACKDW 50…

输入设备之按键(键盘)

目录 一、输入设备 二、input 子系统 三、读取数据的流程 四、解析数据 具体事件 ①按键类事件 ②相对位移事件 ③绝对位移事件 五、数据同步 六、编写代码之读取 struct input_event 数据 代码如下 验证 现象解释 七、编写按键APP 一、输入设备 输入设备其实就…

键盘HID_键值表

一、键盘设备和主机的hid规范 /*键盘发送给PC的数据每次8个字节data0 data1 data2 data3 data4 data5 data6 data7 定义分别是:**data0 --|--bit0: Left Control是否按下,按下为1|--bit1: Left Shift 是否按下,按下为1|--bit2: Left Alt 是否…

键盘HID码表

键盘HID码表 #define Keyboard_a 4 // Keyboard a and A #define Keyboard_b 5 // Keyboard b and B #define Keyboard_c 6 // Keyboard c and C #define Keyboard_d 7 // Keyboard d and D #define Keyb…

【QMK键盘】简单的QMK固件键盘环境搭建

目录 前言一、QMK固件支持的芯片二、QMK环境搭建1.获取QMK MSYS2.安装QMK MSYS3.获取QMK固件4.编译测试 前言 由于我开始上班了,但是只有一块键盘,每天上下班得拿来拿去十分不方便,为了满足我 购买键盘的欲望 我打开淘宝看了一下键盘所以就。…

Go-time模块源码-理解并计算每月开始之前的天数 - 代码解析与应用

今天在看源码的时候看到了一个数组,感觉很莫名其妙,代码如下: 代码 // daysBefore[m] counts the number of days in a non-leap year // before month m begins. There is an entry for m12, counting // the number of days before Janua…

web自动化测试:selenium怎么实现关键字驱动

要做 ui 自动化测试,使用关键字驱动可以说是必须会的一种测试方式,它既可以在纯代码的自动化程序中运行,也可以在测试平台中使用。 使用纯代码方式时,自动化工程师先写好一个通用的程序,其他手工测试人员只需要把执行…