Jonas Musall

Results 2 comments of Jonas Musall

I am facing the same issue. Right now, I use this workaround: ```yml steps: - name: Upload assets id: upload_try1 continue-on-error: true uses: softprops/action-gh-release@v1 with: files: ${{ env.RELEASE_ASSETS }} -...

Should be `print` with `alt` modifier See https://www.x.org/releases/current/doc/xproto/x11protocol.html#keysym_encoding for special key names (it seems like spaces have to be replaced with underscores for use with `wtype`).