qqtop

Results 2 comments of qqtop

I am testing this on a Corsair K68 mechanical keyboard with US layout on linux. sk-Prime's list works fine here , having said that, some key combinations do emit the...

May be add this to the example_02_controls.nim ``` # Add a further Checkbox control: var checkbox2 = newCheckbox("Checkbox2") container.add(checkbox2) # Add toggle event to the checkbox checkbox.onToggle = proc(event: ToggleEvent)...