Tomas Rakusan

Results 4 issues of Tomas Rakusan

The event `keyup` is fired when a key is released (aka not pressed), so why is `hotkeys.isPressed(key)` still returning true for that key that fired that event?

I want to be able to add a Date `~D[2020-02-27]` My current solution is to change it to `{Date.to_erl(date), {0, 0, 0}}` with the option `yyyymmdd: true` but I would...

enhancement
help wanted

I have: 1. Downloaded the latest WinFsp, SSHFS-Win, and this manager using `winget` 2. Created a new config 3. Copied the hostname and user from my `.ssh/config` 4. Selected an...

Running ```js dbus.getBus("session") .getInterface( 'org.gnome.Mutter.DisplayConfig', '/org/gnome/Mutter/DisplayConfig', 'org.gnome.Mutter.DisplayConfig', (err, dispConfig)=>{ dispConfig.GetCurrentState((err2, response) =>{ console.log(response) }) }) ``` returns ```js response = [ 1, [ { '[object Object]': undefined } ], [...