9

In IntelliJ IDEA 2018.1 on Ubuntu 16.04 with Unity the shortcut Ctrl+Alt+S doesn't work. The key map is set on Default for Gnome. How to resolve this issue?

Output for for d in /org/gnome/settings-daemon/plugins/media-keys/ /org/gnome/desktop/wm/keybindings/ /org/gnome/settings-daemon/plugins/power/; do dconf dump "$d"; done | grep -iFe '<Control><Alt>S' is:

toggle-shaded=['<Control><Alt>s']
David Foerster
  • 36,890
  • 56
  • 97
  • 151
djm.im
  • 214

2 Answers2

4

It appears that the window manager already captures the key combination Ctrl+Alt+S.

To unbind it or rebind it to a different key combination

  1. open the Control Center,
  2. navigate to Keyboard → Shortcuts,
  3. select the Windows shortcuts,
  4. look for the Toggle shaded state shortcut entry and
  5. edit it to a different or no key combination.

This applies to at least Unity and GNOME since they both use the same settings entries to determine keyboard shortcut combinations.

It's possible that the key combination is not bound to the same shortcut as in OP's case, in which case you need to look through all shortcut entries for one that has the key combination in question.

David Foerster
  • 36,890
  • 56
  • 97
  • 151
3

In such case dconf reset /org/gnome/desktop/wm/keybindings/toggle-shaded makes a deal.