Adding keyboard shortcut for direct access + Fixes for Linux clipboard reading #221

Closed
opened 2026-04-05 16:16:48 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @0xkubectl on 11/10/2025

  • feat: add ctrl+d keyboard shortcut to open direct access
  • fix: make sure direct access promt only get shown once
  • fix: linux clipboard acess on non x11 systems

There was some debate on where to put the direct access button, so I wanted to make it independent of where the button is to have quick and easy access to it.
This PR adds the Ctrl+D shortcut when VRCX is focused, which will call the same function which is called when the Direct Access button is clicked.

I also added a fix that when the dialog is open, that you will not be able to open it multiple times and fixed the Linux clipboard not being read on non-x11 machines (i.e. machines that do not have xclip)

Let me know what you think.
Also feel free to just cherry-pick the linux clipboard fix.

*Originally created by @0xkubectl on 11/10/2025* - **feat: add ctrl+d keyboard shortcut to open direct access** - **fix: make sure direct access promt only get shown once** - **fix: linux clipboard acess on non x11 systems** There was some debate on where to put the direct access button, so I wanted to make it independent of where the button is to have quick and easy access to it. This PR adds the `Ctrl+D` shortcut when VRCX is focused, which will call the same function which is called when the Direct Access button is clicked. I also added a fix that when the dialog is open, that you will not be able to open it multiple times and fixed the Linux clipboard not being read on non-x11 machines (i.e. machines that do not have xclip) Let me know what you think. Also feel free to just cherry-pick the linux clipboard fix.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#221