ivoarch / gnome-shell-TilixDropdown

A GNOME Shell extension to launch Tilix in Quake Mode .
GNU General Public License v2.0
33 stars 14 forks source link

Easy way to change keyboard shortcut key? #1

Closed gnacho closed 7 years ago

gnacho commented 7 years ago

Is there any chance to get it by extension configuration? What would be the combination of two keys?

ivoarch commented 7 years ago

Hi. for the moment, you can change the combination only by editing the scheme file .

Edit schemas/org.gnome.shell.extensions.terminix-dropdown.gschema.xml schema file with your custom shortcut keys .

Example shortcut combination of two keys

1) Alt key + t

<default><![CDATA[['<Alt>t']]]></default>

2) Ctrl key + t

<default><![CDATA[['<Ctrl>t']]]></default>

3) Super key + t

<default><![CDATA[['<Super>t']]]></default>

Then compile with glib-compile-schemas . inside the directory . Restart the extension or Gnome Shell .

gnacho commented 7 years ago

Many thanks!! :)

gnacho commented 7 years ago

Amazing! The last update already fix this issue and let the user choose any combination by UI. Many thanks for this amazing work!!!!!