xgqfrms™, xgqfrms® : xgqfrms's offical website of cnblogs! xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

Mac 外接机械键盘 Win 键坏了 ❌, 无法使用 vscode 向上/向下复制一行快捷键 ❌ All In One

Mac 外接机械键盘 Win 键坏了 ❌, 无法使用 vscode 向上/向下复制一行快捷键 ❌ All In One

导致Win 键映射 Option 键后的 vscode 无法实现 复制向上/向下复制一行/移动一行 bug ❌, mac 自带的 OK ✅

vscode

// Place your key bindings in this file to override the defaultsauto[]
[
  {
    "key": "shift+alt+down",
    "command": "-editor.action.copyLinesDownAction",
    "when": "editorTextFocus && !editorReadonly"
  },
  {
    "key": "shift+alt+up",
    "command": "-editor.action.copyLinesUpAction",
    "when": "editorTextFocus && !editorReadonly"
  },
  {
    "key": "shift+alt+down",
    "command": "editor.action.copyLinesDownAction"
  },
  {
    "key": "shift+alt+up",
    "command": "editor.action.copyLinesUpAction"
  }
]

Win 键 故障问题排查和修复

原因: 同时按下 Win + Fn 组合键会导致 Win 键失灵,即锁定 Win 键!

外接机械键盘 Win键失效
之前机械键盘的 Win键的灯亮的是蓝光;
现在Win键的灯亮的是白光,而且 Win 键按着不起作用了,还以为是坏掉了。
没想到是 Win 键被锁定了🔒, 使用 Win + Fn 组合功能键即可解锁 ✅;
WTF 💩, 差点都把键盘给拆了 👻, 害我又买了一个 Apple Magic Keyboard!

solutions

  1. 淘宝联系商家人工客服 🚀

保修已过,了解原因,发现好像是在清洁键盘的时候不小心按错了什么组合键,导致锁定了 ✅

多按几次 Win + Fn 恢复了,解锁成功!

Win 键的灯光,从白色又变成了蓝色 🎉

before ❌

after ✅

聊天记录

![](https://img2022.cnblogs.com/blog/740516/202207/740516-20220703132158880-558517721.png)

![](https://img2022.cnblogs.com/blog/740516/202207/740516-20220703132224146-1981530508.png)

![](https://img2022.cnblogs.com/blog/740516/202207/740516-20220703132311211-857657987.png)

  1. 重新买一个 Apple 键盘, 使用后发现新款 USB- C 的键盘四个角的按键同心圆,同弧度的圆角设计,使用起来很不舒服!

新款 妙控键盘 - 中文 (拼音) RMB 699

https://www.apple.com.cn/shop/product/MK2A3CH/A

https://www.apple.com.cn/shop/accessories/all/mice-keyboards

优缺点

  1. 小巧、无线、电池使用时长久、Apple 生态原装配件
  2. 小贵、没有机械键盘的清脆声音、没有背光

妙控键盘带来更精准、更舒适的输入体验。这是一款可充电的无线键盘,其内置电池拥有极为持久的续航能力,每充满一次电,即可使用大约一个月或更长时间¹。它还能自动与你的 Mac 配对,方便你立即开始使用。随附编织式 USB-C 转闪电连接线,助你轻松连接至 Mac 上的 USB-C 端口,进行配对和充电。

refs

https://www.cnblogs.com/xgqfrms/p/16403818.html

(🐞 反爬虫测试!打击盗版⚠️)如果你看到这个信息, 说明这是一篇剽窃的文章,请访问 https://www.cnblogs.com/xgqfrms/ 查看原创文章!



©xgqfrms 2012-2021

www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!

原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!


posted @ 2022-07-02 09:28  xgqfrms  阅读(994)  评论(3编辑  收藏  举报