0

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.

David Foerster
  • 36,264
  • 56
  • 94
  • 147
  • this post recommends running gnome-settings-daemon. Hope this helps.
    Andrew.
    – user2679016 Jun 22 '17 at 09:50
  • How I can open .desktop entry ? – sirvan alie Jun 22 '17 at 10:45
  • @DavidFoerster Thanks dear, but its not working. In my Ubuntu I can't use every combination keys in all OS, not just in Android Studio. For example I want to undo my changes, but doesn't work Ctrl + z like all shortcuts inside Android studio. – sirvan alie Jun 22 '17 at 19:04
  • Today I founded my problem.I use external keyboard for typing with laptop, because my laptop keyboard isn't working fine .Now when use laptop everything is working.But when use External keyboard, combination key isn't working.I know should be change layout keyboard.Thanks. – sirvan alie Jun 23 '17 at 00:35

1 Answers1

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