Android studio快捷键设置为Eclipse风格

来源:互联网 发布:怎么没人去淘宝打假 编辑:程序博客网 时间:2024/06/11 16:19
Android studio默认的代码格式化快捷键是 CTRL+ALT+L,由于原先一直使用Eclipse进行Android app开发,可以将Android studio风格设置为习惯的Eclipse风格。
具体设置方法如下:
1:点击File->Settings打开设置对话框
2:在设置对话框中搜索"Keymap"标签页
3:将Keymaps设置为“Eclipse”
4:点击“Apply”
现在就可以使用Eclipse中的代码格式化快捷键了CTRL+ALT+F
0 0