当前位置:网站首页>在vscode中屏蔽Alt热键
在vscode中屏蔽Alt热键
2022-08-10 05:03:00 【ypd.】
- 我的输入法中英切换快捷键为单
Alt
(真的很好用,很方便),在vscode中每次切换时总是会唤起菜单栏,得按两次才能成功切换 - 这个东西就非常影响人的心情,跟着教程尝试了
删掉菜单栏的图标
以及将菜单栏一直置为隐藏
,但都没有解决问题 - 功夫不负有心人,终于在今天搞定了在vscode中屏蔽Alt这一高端的需求…
方法
- 打开首选项中的设置
- 将window.titleBarStyle设置为custom模式
- 将window.customMenuBarAltFocus选项取消勾选
- 其对应的json文本如下
"window.titleBarStyle": "custom",
"window.customMenuBarAltFocus": false
- 我的系统: 5.18.16-arch1-1
- vscode版本:1.69.2
- vscode主题:One Dark Pro Darker
边栏推荐
猜你喜欢
线性模型中的高级特征选择技术——基于R
什么是SRM?有什么作用?在企业管理中能实现哪些功能?
干货 | 查资料利器:线上图书馆
LeetCode 6138. 最长理想子序列 动态规划
网络层与数据链路层
2022年R2移动式压力容器充装考试题库模拟考试平台操作
Unity implements UI edge detection and drag-and-drop functions
顺序表的删除,插入和查找操作
【论文笔记】Prototypical Contrast Adaptation for Domain Adaptive Semantic Segmentation
2022年T电梯修理考试题及模拟考试
随机推荐
2022 R2 transportable pressure vessel filling operation examination question bank simulation platform
Order table delete, insert and search operations
网络层与数据链路层
释放高通量算力价值潜能 JASMINER持续领跑 Web3 市场
How cursors work in Pulsar
【论文笔记】Prototypical Contrast Adaptation for Domain Adaptive Semantic Segmentation
openvino 安装(01)
重要转型升级
Unity implements UI edge detection and drag-and-drop functions
BGP实验+选路+路由策略+OSPF
JavsSE => 多态
LeetCode 301. Remove Invalid Parentheses BFS
单页面应用
安芯电子IPO过会:年营收4亿 汪良恩兄弟持股61.6%
解决“File has been changed outside the editor, reload?”提示
如何取得某月的最后一天
开发智能硬件过程中需要掌握的方法之经典
B+树与B树的区别、Hash索引与B+树索引的区别
redis basic data types
How does flinksql write that the value of redis has only the last field?