本文介绍了Android Studio“提取方法"快捷键Ctrl + Alt + M不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

提取功能的android studio快捷方式不适用于我.如果按 + + 则没有任何反应,当我尝试将其重新映射到相同的快捷方式时,我注意到android studio不会似乎根本不认识捷径.因此,我测试了键盘,一切正常.我什至没有按骰子重新安装.

The android studio shortcut for extract function is not working for me. If I press ++ nothing is happening and when I tried to remap it to the same shortcut, I noticed that android studio doesn't seem to recognize the shortcut at all. So I tested my keyboard and everything should be working. I even reinstalled AS no dice.

推荐答案

我发现Nvidia Geforce Experience正在从android studio捕获Ctrl + Alt + M快捷方式,即使我没有运行任何游戏,也没有运行任何游戏游戏.要禁用此烦恼,请转到Nvidia Geforce Experience设置并禁用游戏内叠加.如果它不起作用,请检查您最近安装的其他程序以进行某种覆盖,热键或键盘快捷键捕获.

I found out that Nvidia Geforce Experience was capturing Ctrl + Alt + M shortcuts from android studio, even though I wasn't running any game, and didn't run any game recently.To disable this annoyance go to Nvidia Geforce Experience settings and disable in-game overlay.If it does't work check other program that you installed recently for some kind of overlay, hotkey or keyboard shortcut capturing.

这篇关于Android Studio“提取方法"快捷键Ctrl + Alt + M不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-03 15:40