问题描述
我的AndroidStudio
版本是2.3.1,我的键盘映射是:XWin的默认设置
My AndroidStudio
version is 2.3.1 and my Keymaps is: Default for XWin
使用此键盘映射,Find Usages
的快捷方式是Alt + F7
但这不起作用(所以现在,如果我需要查找查找用法",请右键单击该方法,然后单击Find Usages
)
With this keymap the shortcut for Find Usages
is Alt + F7
but it not work (so now if I need to find Find Usages I need right click at the method and click Find Usages
)
打开设置(Ctrl+Alt+S
)的快捷方式也无法使用
Also the shortcut for Open Settings (Ctrl+Alt+S
) not work too
我如何使其起作用?任何帮助或建议将不胜感激.
How can I make it work? Any help or suggestion would be great appreciated.
推荐答案
我在Ubuntu 14.04的System->Shortcut
中找到了导致问题的原因.Alt+F7
用于Move Window
,因此当我在AndroidStudio中使用它时,它将无法正常工作.因此,如果我将其更改为另一个快捷方式,Alt+F7
将在AndroidStudio上运行
I find the reason for my problem, in System->Shortcut
of my Ubuntu 14.04.
The Alt+F7
is use for Move Window
so when I use it in my AndroidStudio it not work. Therefore if I change it to another shortcut, Alt+F7
will work at AndroidStudio
与Ctrl+Alt+S
相同(System->Shortcut
中的Ctrl+Alt+S
=阴影阴影状态)
It same with Ctrl+Alt+S
(Ctrl+Alt+S
in System->Shortcut
= Toogle shaded state)
这篇关于某些快捷方式在Ubuntu中的AndroidStudio上不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!