On 6/4/24 04:58, Pavel Sanda wrote:
On Tue, Jun 04, 2024 at 10:29:55AM +0200, Jean-Marc Lasgouttes wrote:
Le 04/06/2024 ?? 10:14, Pavel Sanda a écrit :
Sorry for my ignorance, what is the '~' in ~S supposed to mean?
Ignore Shift state?
I see we use it like crazy in aqua.bind and bunch of other places.
It is supposedly useful with a French keyboard, where the numbers require 
shift. I do not have time right now to check whether the ~S is still needed, 
though.
Aha, now I got it, this is to make international keyboards work.
I tested with czech and ~S is still needed, with C-2 is does not
work anymore.

Unf. this also mean that Riki's solution will break that.
Another option would be to declare twice, e.g.

\bind "C-S-1"          "bookmark-goto 1"
\bind "C-1"          "bookmark-goto 1"

I see. So that suggestion is not an option.

There are other cases like C-~S-underscore. On most English keyboards, underscore is shifted, but it might not be even on all English keyboards.

I guess the only solution then is to figure out how to make unbinding work for sequences with ~S and the like.

Riki


--
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to