Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double Click and Right Click #42

Open
murty2 opened this issue Oct 1, 2023 · 1 comment
Open

Double Click and Right Click #42

murty2 opened this issue Oct 1, 2023 · 1 comment

Comments

@murty2
Copy link

murty2 commented Oct 1, 2023

This is a great web based tool. I am used to double clicking the desktop icons to open them, not single click.

  1. How can I configure Workspace such that I have to double click icons to open the apps?
  2. How can I configure Workspace to capture Right mouse-click and show settings? Right now, right click is captured by browser
@cplepage
Copy link
Collaborator

cplepage commented Oct 2, 2023

Hi @murty2,

  1. You can simply change the onClick for an onDoubleClick here :
    https://github.com/fullstackedorg/workspace/blob/main/client/app/index.tsx#L176

  2. There is currently no right click capture anywhere in the interface. You can try to add one with a nice npm package that helps.

Let me know if you have any other question

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants