mintty
mintty
@avih, > > Is it possible to use KeyFunctions with wsltty? You are correct, I had overlooked this because we only discussed the external command option here before. Internal functions...
> Tried with no luck. Actually, the external command is run via `popen` which needs /bin/sh, so that must be made available too. For most purposes, it should be sufficient...
I had the idea, if you prefer to invoke a WSL command, something like ``` KeyFunctions=w:`wsl uname` ``` should work. I don't know why it doesn't and gives me a...
Hmm, older versions as found on the WaybackMachine, and my local downloaded copy, show the same weird behaviour. It may be some external JavaScript or css that has changed incompatibly......
You could report the issue to https://github.com/ciembor/4bit/issues (with a more precise description perhaps), but the project does not seem to be actively maintained anymore.
Setting label "help wanted" — perhaps someone has the time to debug Color Scheme Designer and fix it...
> as if CTRL is always held down. I assume you mean only in connection with the mouse - otherwise all letters would become control characters. An experimental implementation works...
You clidk the mouse and drag it to make a selection, like in any other program. This normally works without Shift, unless you are running a program that uses application...
The opening function can be confined to the case that we were hovering, i.e. a link was highlighted/underlined. However, may words on the screen will be available as links, because...
Well, the intent of my question was rather reverse: If you allow all potential filenames for opening, there will hardly remain any clickable text to make a selection... I don't...