Add missing keybindings.yaml file
This commit is contained in:
parent
2a9b241bda
commit
ef7f983f47
13
.ansible/roles/linux_desktop/tasks/includes/keybindings.yaml
Normal file
13
.ansible/roles/linux_desktop/tasks/includes/keybindings.yaml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
- name: 'Gnome: Custom key bindings'
|
||||||
|
tags:
|
||||||
|
- config
|
||||||
|
- keybindings
|
||||||
|
block:
|
||||||
|
- name: "Gnome: Custom key bindings: {{ item.name }} (name)"
|
||||||
|
command: "dconf write {{ customkbpath }}/custom{{ index }}/name \"'{{ item.name }}'\""
|
||||||
|
|
||||||
|
- name: "Gnome: Custom key bindings: {{ item.name }} (binding)"
|
||||||
|
command: "dconf write {{ customkbpath }}/custom{{ index }}/binding \"'{{ item.binding }}'\""
|
||||||
|
|
||||||
|
- name: "Gnome: Custom key bindings: {{ item.name }} (command)"
|
||||||
|
command: "dconf write {{ customkbpath }}/custom{{ index }}/command \"{{ item.command }}\""
|
Loading…
Reference in a new issue