目次
常见干系快捷键(在 macOS 默认终端中同样实用):
mac体系预览图片 ,切换下一张
mac 键盘 快捷键 Ctrl 键
步调打开体系偏好设置:
进入键盘设置:
修改修饰键:
Karabiner-Elements 软件设置快捷键:
设置映射规则(两种方式):
方法 A:快速设置(复制已有规则)
常见干系快捷键(在 macOS 默认终端中同样实用):
利用快捷键跳转到行首Ctrl + A跳转到行尾Ctrl + E删除光标前一个单词Ctrl + W删除整行Ctrl + U清屏Ctrl + L向前移动一个单词Esc + B向后移动一个单词Esc + F mac体系预览图片 ,切换下一张
mac体系按空格预览图片大概视频,
上下左右键举行切换,按宫格视窗,可以举行上下左右切换,
按文件列心情势,只能上下键切换视频大概图片。
mac 键盘 快捷键 Ctrl 键
mac体系 usb键盘和mac电脑自带键盘次序不划一,下面方法设置和mac自带键盘次序划一
要让外接键盘的 Ctrl 键与 Mac 自带键盘的 Ctrl 键功能划一,可以通过 macOS 体系中的键盘设置来完成此利用。
- 步调打开体系偏好设置:
- 点击屏幕左上角的 苹果图标(Apple logo),然后选择 体系设置(System Settings)。
- 进入键盘设置:
- 修改修饰键:
- 在键盘设置中,找到并点击 修饰键(Modifier Keys)选项,把Control 和Command键盘交换。
- 选择外接键盘:
- 在修饰键的设置中,起首确认你选择的是外接键盘而不是内置键盘。
- 下拉菜单选择USB键盘。
- 更改 Ctrl 键举动:
我是把Ctrl键和Command 键功能交换后,使用正常了。
- 确保 Ctrl 键的举动是精确的,即它与 Mac 内置键盘上的 Ctrl 键举动划一。通常,你不须要做太多更改,只需确认 Ctrl 键设置为 Control。
- 应用更改:
Karabiner-Elements 软件设置快捷键:
- 打开官网:https://karabiner-elements.pqrs.org/
- 下载并安装 Karabiner-Elements。
- 安装后打开「Karabiner-Elements」应用。
设置映射规则(两种方式):
方法 A:快速设置(复制已有规则)
- 打开 Karabiner → 点左侧的 Complex Modifications。
- 点击「Add Rule」按钮。
- {
- "description": "Map Windows-style Control shortcuts to macOS Command",
- "manipulators": [
- {
- "type": "basic",
- "from": {
- "key_code": "c",
- "modifiers": {
- "mandatory": ["control"],
- "optional": ["any"]
- }
- },
- "to": [
- {
- "key_code": "c",
- "modifiers": ["command"]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "v",
- "modifiers": {
- "mandatory": ["control"],
- "optional": ["any"]
- }
- },
- "to": [
- {
- "key_code": "v",
- "modifiers": ["command"]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "x",
- "modifiers": {
- "mandatory": ["control"],
- "optional": ["any"]
- }
- },
- "to": [
- {
- "key_code": "x",
- "modifiers": ["command"]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "z",
- "modifiers": {
- "mandatory": ["control"],
- "optional": ["any"]
- }
- },
- "to": [
- {
- "key_code": "z",
- "modifiers": ["command"]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "a",
- "modifiers": {
- "mandatory": ["control"],
- "optional": ["any"]
- }
- },
- "to": [
- {
- "key_code": "a",
- "modifiers": ["command"]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "s",
- "modifiers": {
- "mandatory": ["control"],
- "optional": ["any"]
- }
- },
- "to": [
- {
- "key_code": "s",
- "modifiers": ["command"]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "f",
- "modifiers": {
- "mandatory": ["control"],
- "optional": ["any"]
- }
- },
- "to": [
- {
- "key_code": "f",
- "modifiers": ["command"]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "n",
- "modifiers": {
- "mandatory": ["control"],
- "optional": ["any"]
- }
- },
- "to": [
- {
- "key_code": "n",
- "modifiers": ["command"]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "t",
- "modifiers": {
- "mandatory": ["control"],
- "optional": ["any"]
- }
- },
- "to": [
- {
- "key_code": "t",
- "modifiers": ["command"]
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "w",
- "modifiers": {
- "mandatory": ["control"],
- "optional": ["any"]
- }
- },
- "to": [
- {
- "key_code": "w",
- "modifiers": ["command"]
- }
- ]
- }
- ]
- }
复制代码
免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!qidao123.com:ToB企服之家,中国第一个企服评测及软件市场,开放入驻,技术点评得现金 |