tmp gnome
This commit is contained in:
parent
4941815a5f
commit
cbb1861b25
4 changed files with 69 additions and 34 deletions
|
|
@ -85,8 +85,8 @@ switch-to-workspace-last=@as []
|
|||
switch-to-workspace-up=@as []
|
||||
switch-to-workspace-down=@as []
|
||||
switch-to-workspace-left=['<Super>comma']
|
||||
# In [org/freedesktop/ibus/panel/emoji], "hotkey" must be "@as []"
|
||||
# to turn GNOME's Emoji picker off, which also uses <Super>period
|
||||
# In [org/freedesktop/ibus/panel/emoji], "hotkey"
|
||||
# must be changed from its default, which is also <Super>period
|
||||
switch-to-workspace-right=['<Super>period']
|
||||
|
||||
# The following could also be populated automatically
|
||||
|
|
@ -177,8 +177,8 @@ eject=@as []
|
|||
next=['<Control><Alt>Right']
|
||||
previous=['<Control><Alt>Left']
|
||||
|
||||
playback-forward=['<Control><Alt>period']
|
||||
playback-rewind=['<Control><Alt>comma']
|
||||
playback-forward=['<Control><Alt>bracketright']
|
||||
playback-rewind=['<Control><Alt>bracketleft']
|
||||
|
||||
playback-random=@as []
|
||||
playback-repeat=@as []
|
||||
|
|
@ -482,4 +482,4 @@ zoom-out='<Control>minus'
|
|||
|
||||
# To avoid conflict with "switch-to-workspace-right" in [org/gnome/desktop/wm/keybindings]
|
||||
[org/freedesktop/ibus/panel/emoji]
|
||||
hotkey=@as []
|
||||
hotkey=['<Control><Alt>period']
|
||||
|
|
|
|||
Loading…
Reference in a new issue