diff options
author | bnewbold <bnewbold@robocracy.org> | 2011-07-05 17:23:06 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2011-07-05 17:23:06 -0400 |
commit | 853d57a656519441cc3e7593ffbd326c4e3953cd (patch) | |
tree | 88ccbad9ba8a7be0916d7a020454815b8ed00675 /.gconf/desktop/gnome/keybindings | |
parent | aeb73eaf4b377a55b5850b051a906d26f1bc8b43 (diff) | |
download | openwrt-repro-853d57a656519441cc3e7593ffbd326c4e3953cd.tar.gz openwrt-repro-853d57a656519441cc3e7593ffbd326c4e3953cd.zip |
added custom key bindings
Diffstat (limited to '.gconf/desktop/gnome/keybindings')
-rw-r--r-- | .gconf/desktop/gnome/keybindings/%gconf.xml | 0 | ||||
-rw-r--r-- | .gconf/desktop/gnome/keybindings/custom0/%gconf.xml | 12 | ||||
-rw-r--r-- | .gconf/desktop/gnome/keybindings/custom1/%gconf.xml | 12 | ||||
-rw-r--r-- | .gconf/desktop/gnome/keybindings/custom2/%gconf.xml | 12 | ||||
-rw-r--r-- | .gconf/desktop/gnome/keybindings/custom3/%gconf.xml | 12 |
5 files changed, 48 insertions, 0 deletions
diff --git a/.gconf/desktop/gnome/keybindings/%gconf.xml b/.gconf/desktop/gnome/keybindings/%gconf.xml new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.gconf/desktop/gnome/keybindings/%gconf.xml diff --git a/.gconf/desktop/gnome/keybindings/custom0/%gconf.xml b/.gconf/desktop/gnome/keybindings/custom0/%gconf.xml new file mode 100644 index 0000000..7031639 --- /dev/null +++ b/.gconf/desktop/gnome/keybindings/custom0/%gconf.xml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<gconf> + <entry name="action" mtime="1309900855" type="string"> + <stringvalue>xterm -rv -e "cd ~; alpine"</stringvalue> + </entry> + <entry name="name" mtime="1309900855" type="string"> + <stringvalue>Alpine</stringvalue> + </entry> + <entry name="binding" mtime="1260548717" type="string"> + <stringvalue><Mod4>p</stringvalue> + </entry> +</gconf> diff --git a/.gconf/desktop/gnome/keybindings/custom1/%gconf.xml b/.gconf/desktop/gnome/keybindings/custom1/%gconf.xml new file mode 100644 index 0000000..c4ca7c5 --- /dev/null +++ b/.gconf/desktop/gnome/keybindings/custom1/%gconf.xml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<gconf> + <entry name="action" mtime="1309900885" type="string"> + <stringvalue>xterm -rv -e ipython</stringvalue> + </entry> + <entry name="name" mtime="1309900885" type="string"> + <stringvalue>ipython</stringvalue> + </entry> + <entry name="binding" mtime="1269537192" type="string"> + <stringvalue><Mod4>i</stringvalue> + </entry> +</gconf> diff --git a/.gconf/desktop/gnome/keybindings/custom2/%gconf.xml b/.gconf/desktop/gnome/keybindings/custom2/%gconf.xml new file mode 100644 index 0000000..7f86f14 --- /dev/null +++ b/.gconf/desktop/gnome/keybindings/custom2/%gconf.xml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<gconf> + <entry name="action" mtime="1309900890" type="string"> + <stringvalue>pidgin</stringvalue> + </entry> + <entry name="name" mtime="1309900890" type="string"> + <stringvalue>pidgin</stringvalue> + </entry> + <entry name="binding" mtime="1269537197" type="string"> + <stringvalue><Mod4>c</stringvalue> + </entry> +</gconf> diff --git a/.gconf/desktop/gnome/keybindings/custom3/%gconf.xml b/.gconf/desktop/gnome/keybindings/custom3/%gconf.xml new file mode 100644 index 0000000..8fa09dd --- /dev/null +++ b/.gconf/desktop/gnome/keybindings/custom3/%gconf.xml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<gconf> + <entry name="action" mtime="1269640677" type="string"> + <stringvalue>xterm -rv -e vim -c "cd ~"</stringvalue> + </entry> + <entry name="name" mtime="1269640677" type="string"> + <stringvalue>vim</stringvalue> + </entry> + <entry name="binding" mtime="1269637793" type="string"> + <stringvalue><Mod4>v</stringvalue> + </entry> +</gconf> |