libskk icon indicating copy to clipboard operation
libskk copied to clipboard

state: Make command handling table driven

Open ueno opened this issue 7 years ago • 0 comments

In libskk we use a big if clause in each *StateHandler class; it can be replaced with a callback as in libskk: https://github.com/ueno/libkkc/blob/master/libkkc/state.vala#L772

ueno avatar Aug 20 '18 05:08 ueno