当前位置:网站首页>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
边栏推荐
- 抽象问题方法论
- SQLSERVER 2008 解析 Json 格式数据
- 2022年A特种设备相关管理(电梯)考试模拟100题及答案
- Unity Shader 积雪效果
- `id` bigint(20) unsigned NOT NULL COMMENT 'Database primary key',
- Ueditor编辑器任意文件上传漏洞
- 关于rust的mongodb驱动count方法无法与near条件一同使用的问题
- About the problem that the mongodb driver count method of rust cannot be used with the near condition
- 如何取得某月的最后一天
- How does flinksql write that the value of redis has only the last field?
猜你喜欢
随机推荐
What is the relationship between legal representative and shareholders?
电流探头如何设置示波器参数
B+树与B树的区别、Hash索引与B+树索引的区别
Mysql CDC (2.1.1) inital snapshot database set up five concurrent degree, se
2022年A特种设备相关管理(电梯)考试模拟100题及答案
From entry to mastery of PHPCMS imitation station, Xiaobai is enough to watch this set of courses
Thread.sleep, Thread.yield 作用解释
FPGA工程师面试试题集锦1~10
mysql cdc (2.1.1)inital snapshot数据库的时候设置了5个并发度,se
webrtc学习--websocket服务器(二) (web端播放h264)
[Web3 Series Development Tutorial - Create Your First NFT (7)] Create an NFT DApp and assign attributes to your NFT, such as pictures
Consulting cdc 2.0 for mysql does not execute flush with read lock. How to ensure bin
leetcode每天5题-Day13
剑指Offer 033.变位数组
Ask you guys.The FlinkCDC2.2.0 version in the CDC community has a description of the supported sqlserver version, please
深度梳理:防止模型过拟合的方法汇总
Promise原理及实现
MySQL simple tutorial
LeetCode 301. Remove Invalid Parentheses BFS
Guys, the test in the idea uses FlinkCDC SQL to read Mysql data and write it into Kafka. The code creates