Reworked logic - in progress

This commit is contained in:
2022-08-27 03:50:01 -05:00
parent efb7b108a5
commit 55515a0825
20 changed files with 1014 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Python imports
# Lib imports
from gi.repository import GObject
# Application imports
from .widgets.key import Key
class SignalsMixin:
"""docstring for SignalsMixin."""
def setup_custom_event_signals(self):
GObject.signal_new('toggle-caps', Key, GObject.SIGNAL_RUN_LAST, GObject.TYPE_PYOBJECT, (GObject.TYPE_PYOBJECT,))