当前位置:网站首页>Shield Alt hotkey in vscode
Shield Alt hotkey in vscode
2022-08-10 05:03:00 【ypd.】
- The shortcut key for switching between Chinese and English in my input method is single
Alt
(really very easy to use and very convenient), in vscode every time I switch, the menu bar will always be evoked, and I have to press twicetimes to switch successfully - This thing affects people's mood very much. Following the tutorial, I tried
deleting the menu bar icon
andhiding the menu bar all the time
, but it didn't solve the problem. - The hard work pays off, I finally got the high-end requirement of blocking Alt in vscode today...
Method
- Open Settings in Preferences
- Set window.titleBarStyle to custom mode
- Uncheck the window.customMenuBarAltFocus option
- The corresponding json text is as follows
"window.titleBarStyle": "custom","window.customMenuBarAltFocus": false
- My system: 5.18.16-arch1-1
- vscode version: 1.69.2
- vscode theme:One Dark Pro Darker
Reference:
Override to toggle menu bar on VS CODE
边栏推荐
猜你喜欢
随机推荐
2022 T Elevator Repair Exam Questions and Mock Exams
顺序表的删除,插入和查找操作
Kubernetes资源编排系列之一: Pod YAML篇
tensorflow分词深度学习——影评预测
线性代数(四)
深度梳理:防止模型过拟合的方法汇总
FPGA工程师面试试题集锦11~20
什么是SRM?有什么作用?在企业管理中能实现哪些功能?
Unity Shader 积雪效果
【论文笔记】Prototypical Contrast Adaptation for Domain Adaptive Semantic Segmentation
From entry to mastery of PHPCMS imitation station, Xiaobai is enough to watch this set of courses
Promise原理及实现
十年架构五年生活-07 年轻气盛的蜕变
2022G3锅炉水处理考试模拟100题及模拟考试
About the problem that the mongodb driver count method of rust cannot be used with the near condition
22牛客多校3 A.Ancestor(LCA + 枚举)
电流探头如何设置示波器参数
Pulsar中游标的工作原理
Consulting cdc 2.0 for mysql does not execute flush with read lock. How to ensure bin
告诉你如何从keil工程知道使用了多少RAM和ROM空间