Dyalog / ride

Cross-platform IDE for Dyalog APL
https://dyalog.github.io/ride
MIT License
202 stars 31 forks source link

Feature request: Option to disable middle click paste on Linux #1181

Open nick42d opened 9 months ago

nick42d commented 9 months ago

Describe the issue you are having

On Linux I tend to have middle click paste disabled. There is a command I run at startup which seems to work on all apps but ride. The reason for the feature request is as I use the scroll wheel to scroll in the REPL, but this can cause accidental middle click presses quite easily. Apologies if I've missed this setting somewhere.

Did you connect to an already running interpreter or start the interpreter from RIDE?

Started from ride

How do you reproduce the issue?

In a terminal, in a Wayland session on Linux, run wl-paste --primary --watch wl-copy --primary --clear. This should disable middle click paste for your Wayland session (But it does not in ride).

Paste the contents of Help → About (Shift+F1)

image

dlabaja commented 2 months ago

bump