adding WIP emoji logic

This commit is contained in:
2022-09-16 20:53:04 -05:00
parent 2366e524a7
commit 2e4d1cd803
6 changed files with 48 additions and 8 deletions

View File

@@ -16,3 +16,4 @@ class SignalsMixin:
def setup_custom_event_signals(self):
GObject.signal_new('toggle-caps', Key, GObject.SIGNAL_RUN_LAST, GObject.TYPE_PYOBJECT, (GObject.TYPE_PYOBJECT,))
GObject.signal_new('toggle-symbol-keys', Key, GObject.SIGNAL_RUN_LAST, GObject.TYPE_PYOBJECT, (GObject.TYPE_PYOBJECT,))
GObject.signal_new('toggle-emoji-keys', Key, GObject.SIGNAL_RUN_LAST, GObject.TYPE_PYOBJECT, (GObject.TYPE_PYOBJECT,))