Add missing keybindings.yaml file

This commit is contained in:
Scott Wallace 2019-03-04 17:22:09 +00:00
parent 2a9b241bda
commit ef7f983f47

View 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 }}\""