Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
304 views
in Technique[技术] by (71.8m points)

keymapping - Change Android Studio keybind for Code > Split > Design

I am using Android Studio 4.1.1 on Windows, and I would like to use the key combinations "Alt+Shift+Left" and "Alt+Shift+Right", but those are bound by default to switching the editor's view mode between "Code", "Split" and "Design", and I cannot see them in the keymap settings, i.e. I cannot find how to remove them. I can set the two keybinds in the keymap settings, but they will be ignored and the view mode will switch instead.

I've always used those keybinds for another purpose, and would rather avoid having to use a different keybind set on Android Studio than I have on Visual Studio Code.

For your curiosity, my regular usage:

To move the cursor within a word such as camelCaseWord

  • ctrl+right to go from current position to the end of word
  • alt+right to go from current position to the next word boundary, in this case next capital letter(e.g. from m to C)
  • alt+shift+right to select from current position to next word boundary

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...