I have problem using combination keys like Ctrl or Alt or Shift. For example when I want to copy selected text I press Ctrl + C,but it isn't working. Or when I want to select all text, I press Ctrl+A, but this also doesn't work. In android studio all combination keys, doesn't work. When I open settings> keyboard> shortcuts , I can't edit shortcuts , because when I enter Ctrl + C for shortcut to copy, ctrl never gets entered , just C.
Asked
Active
Viewed 1,445 times
0
1 Answers
1
Those keys are not global. Gnome Terminal for instance uses Shift+Ctrl+C and Shift+Ctrl+V for cut and paste. Use Ctrl+Insert to copy and Shift+Insert to paste.

David Foerster
- 36,264
- 56
- 94
- 147

J_k
- 26
- 3
-
Thanks dear, this is work. But in Android studio, I can't use shortcuts like ctrl + alt or ctrl + alt + l for reformating code ant etc – sirvan alie Jun 22 '17 at 10:22
Andrew. – user2679016 Jun 22 '17 at 09:50