joakim verona

Results 46 comments of joakim verona

I also scratched my head a bit over this, so some documentation or something would help.

(w/with-page (w/make-page) ;; When some command is run for the first time, Playwright ;; will kick in and open a browser. (w/navigate "https://clojars.org/metosin/jsonista") (w/click [(ws/text "Copy") (ws/nth= "1")]) (w/navigate "https://clojars.org/metosin/jsonista")...

FWIW my preference would be to add the page argument explicitly, for me it makes it easier to think about the code.

> If you don't like waiting, a bounty needs to be set as this is not considered a bug and instead an improvement. explain how the bounty would work, preferably...

I'm in the same situation, teh old messenger plugin doesnt work anymore, and migrating to the new meta one seems too daunting.

> Have a read here: > > https://github.com/mickeynp/combobulate/wiki/Adding-a-New-Language-to-Combobulate > > And let me know what you think It definitely helps. For me its still kind of unclear why there seem...

``` Event: time 1739721167.779586, -------------- SYN_REPORT ------------ Event: time 1739721167.923731, type 1 (EV_KEY), code 256 (BTN_0), value 0 Event: time 1739721167.923731, type 3 (EV_ABS), code 40 (ABS_MISC), value 0 Event:...

On further reading, it seems keyloggers arent really straightforward on wayland.

this seems to list keycodes logs under wayland: sudo libinput debug-events --show-keycodes maybe this could be interfaced to inputscope somehow.