当前位置:网站首页>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 iconandhiding 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
边栏推荐
猜你喜欢
随机推荐
leetcode每天5题-Day10
`id` bigint(20) unsigned NOT NULL COMMENT '数据库主键',
FPGA工程师面试试题集锦1~10
用 PySpark ML 构建机器学习模型
How cursors work in Pulsar
深入学习Synchronized各种使用方法
About the problem that the mongodb driver count method of rust cannot be used with the near condition
LeetCode·124.二叉树中的最大路径和·递归
flex related
如何在不同场景下选择合适的示波器探头
西门子Step7和TIA软件“交叉引用”的使用
如何从代码层提高产品质量
使用 DatePicker 日期控件,发生 Prop being mutated: “placement“ 报错问题
Rpc接口压测
深度学习之-01
The time for flinkcdc to read pgsql is enlarged. Does anyone know what happened? gmt_create':1
矛盾的地方
22牛客多校3 A.Ancestor(LCA + 枚举)
2022年T电梯修理考试题及模拟考试
SQLSERVER 2008 解析 Json 格式数据









