Rocksolid Light

Welcome to Rocksolid Light

mail  files  register  newsreader  groups  login

Message-ID:  

<<<<< EVACUATION ROUTE <<<<<


devel / comp.lang.tcl / Re: Ctrl+Shift bindings

SubjectAuthor
* Ctrl+Shift bindingsLuc
+* Ctrl+Shift bindingsSchelte
|`* Ctrl+Shift bindingsLuc
| `- Ctrl+Shift bindingsSchelte
`- Ctrl+Shift bindingsgreg

1
Ctrl+Shift bindings

<20231213135655.603941bd@lud1.home>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=12960&group=comp.lang.tcl#12960

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!nntp.comgw.net!paganini.bofh.team!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: luc@sep.invalid (Luc)
Newsgroups: comp.lang.tcl
Subject: Ctrl+Shift bindings
Date: Wed, 13 Dec 2023 13:56:55 -0300
Organization: A noiseless patient Spider
Lines: 16
Message-ID: <20231213135655.603941bd@lud1.home>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Info: dont-email.me; posting-host="e2ad7124d718a2de3cbc5b1a6927bfb6";
logging-data="987857"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19G2++5hLGQp7mg++IP73YCmQ0BdBSQGq8="
Cancel-Lock: sha1:fL1HX2ib2E6C/SnmBPOmIB+Uqk4=
 by: Luc - Wed, 13 Dec 2023 16:56 UTC

I am struggling to find out how to send multiple key presses to bind
such as Ctrl+Shift+o or Ctrl+Alt+d.

<Control_L><Shift_L><o> doesn't work. I also tried a few other formats
and none works.

I tried Google and the wiki and even found a couple of rather complex
discussions on the inner workings of binding, but still don't know
how to accomplish it.

Can you please help again?

--
Luc
>>

Re: Ctrl+Shift bindings

<nnd$00de8304$4be58886@c5a7298ccdc312af>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=12961&group=comp.lang.tcl#12961

  copy link   Newsgroups: comp.lang.tcl
Date: Wed, 13 Dec 2023 18:13:59 +0100
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
Subject: Re: Ctrl+Shift bindings
Content-Language: en-US
Newsgroups: comp.lang.tcl
References: <20231213135655.603941bd@lud1.home>
From: nospam@wanadoo.nl (Schelte)
In-Reply-To: <20231213135655.603941bd@lud1.home>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Message-ID: <nnd$00de8304$4be58886@c5a7298ccdc312af>
Organization: KPN B.V.
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feed.abavia.com!abe005.abavia.com!abp001.abavia.com!news.kpn.nl!not-for-mail
Lines: 23
Injection-Date: Wed, 13 Dec 2023 18:13:59 +0100
Injection-Info: news.kpn.nl; mail-complaints-to="abuse@kpn.com"
 by: Schelte - Wed, 13 Dec 2023 17:13 UTC

On 13/12/2023 17:56, Luc wrote:
> I am struggling to find out how to send multiple key presses to bind
> such as Ctrl+Shift+o or Ctrl+Alt+d.
>
> <Control_L><Shift_L><o> doesn't work. I also tried a few other formats
> and none works.

As I think you've been told before, you shouldn't use key sequences for
this. You will probably have much more luck by using modifiers instead.

<Control-Alt-d> for Ctrl+Alt+d
<Control-Shift-O> for Ctrl+Shift+o

Due to the shift key being pressed, pressing the "o" key will produce a
capital "O". That's why you have to use "O" in the binding.
<Control-Shift-o> will only work if CapsLock is on.

I have successfully tested all three mentioned bindings.

Schelte.

Re: Ctrl+Shift bindings

<592c28cc-58e2-44de-9b1f-e3b63d11b6d1n@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=12963&group=comp.lang.tcl#12963

  copy link   Newsgroups: comp.lang.tcl
X-Received: by 2002:a05:620a:29d5:b0:77f:392b:a20 with SMTP id s21-20020a05620a29d500b0077f392b0a20mr75070qkp.12.1702504220054;
Wed, 13 Dec 2023 13:50:20 -0800 (PST)
X-Received: by 2002:a17:90a:990f:b0:28a:2a0f:c801 with SMTP id
b15-20020a17090a990f00b0028a2a0fc801mr524932pjp.4.1702504219611; Wed, 13 Dec
2023 13:50:19 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.tcl
Date: Wed, 13 Dec 2023 13:50:18 -0800 (PST)
In-Reply-To: <20231213135655.603941bd@lud1.home>
Injection-Info: google-groups.googlegroups.com; posting-host=185.250.212.5; posting-account=99ziWAoAAADLScDbI_CyfIcpa_gFZ0zh
NNTP-Posting-Host: 185.250.212.5
References: <20231213135655.603941bd@lud1.home>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <592c28cc-58e2-44de-9b1f-e3b63d11b6d1n@googlegroups.com>
Subject: Re: Ctrl+Shift bindings
From: gregor.ebbing@googlemail.com (greg)
Injection-Date: Wed, 13 Dec 2023 21:50:20 +0000
Content-Type: text/plain; charset="UTF-8"
 by: greg - Wed, 13 Dec 2023 21:50 UTC

Luc schrieb am Mittwoch, 13. Dezember 2023 um 17:57:01 UTC+1:
> I am struggling to find out how to send multiple key presses to bind
> such as Ctrl+Shift+o or Ctrl+Alt+d.
>
> <Control_L><Shift_L><o> doesn't work. I also tried a few other formats
> and none works.
>
> I tried Google and the wiki and even found a couple of rather complex
> discussions on the inner workings of binding, but still don't know
> how to accomplish it.
>
> Can you please help again?
>
> --
> Luc
> >>
Maybe this page in the wiki will help
https://wiki.tcl-lang.org/page/Modifier+Keys

greg

Re: Ctrl+Shift bindings

<20231218141740.6d210af0@lud1.home>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=12989&group=comp.lang.tcl#12989

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: luc@sep.invalid (Luc)
Newsgroups: comp.lang.tcl
Subject: Re: Ctrl+Shift bindings
Date: Mon, 18 Dec 2023 14:17:40 -0300
Organization: A noiseless patient Spider
Lines: 40
Message-ID: <20231218141740.6d210af0@lud1.home>
References: <20231213135655.603941bd@lud1.home>
<nnd$00de8304$4be58886@c5a7298ccdc312af>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Info: dont-email.me; posting-host="bbda96ec17d6c6ed006ece556aee8dab";
logging-data="3788655"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+BFK+U8KO5PLEEQY8RjX6IAkjG+q0XZ7Y="
Cancel-Lock: sha1:LNtt2TT4gv6be+zpwYh9QVlBOm4=
 by: Luc - Mon, 18 Dec 2023 17:17 UTC

On Wed, 13 Dec 2023 18:13:59 +0100, Schelte wrote:

>On 13/12/2023 17:56, Luc wrote:
>> I am struggling to find out how to send multiple key presses to bind
>> such as Ctrl+Shift+o or Ctrl+Alt+d.
>>
>> <Control_L><Shift_L><o> doesn't work. I also tried a few other formats
>> and none works.
>
>As I think you've been told before, you shouldn't use key sequences for
>this. You will probably have much more luck by using modifiers instead.
>
><Control-Alt-d> for Ctrl+Alt+d
><Control-Shift-O> for Ctrl+Shift+o
>
>Due to the shift key being pressed, pressing the "o" key will produce a
>capital "O". That's why you have to use "O" in the binding.
><Control-Shift-o> will only work if CapsLock is on.
>
>I have successfully tested all three mentioned bindings.
>
>
>Schelte.
>
**************************

<Control_L><KP_Add> works.

<Alt_L><KP_Add> works.

<Control_L><Alt_L><KP_Add> doesn't work.

<Control-Alt-KP_Add> doesn't work.

Is it possible? How?

--
Luc
>>

Re: Ctrl+Shift bindings

<nnd$6a1d8a57$2a6dc023@babcf9b29f587b23>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=13022&group=comp.lang.tcl#13022

  copy link   Newsgroups: comp.lang.tcl
Date: Fri, 22 Dec 2023 10:13:01 +0100
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
Subject: Re: Ctrl+Shift bindings
Newsgroups: comp.lang.tcl
References: <20231213135655.603941bd@lud1.home>
<nnd$00de8304$4be58886@c5a7298ccdc312af> <20231218141740.6d210af0@lud1.home>
Content-Language: en-US
From: nospam@wanadoo.nl (Schelte)
In-Reply-To: <20231218141740.6d210af0@lud1.home>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Message-ID: <nnd$6a1d8a57$2a6dc023@babcf9b29f587b23>
Organization: KPN B.V.
Path: i2pn2.org!i2pn.org!usenet.goja.nl.eu.org!3.eu.feeder.erje.net!feeder.erje.net!newsreader4.netcologne.de!news.netcologne.de!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.ams4!peer.am4.highwinds-media.com!news.highwinds-media.com!feed.abavia.com!abe005.abavia.com!abp001.abavia.com!news.kpn.nl!not-for-mail
Lines: 11
Injection-Date: Fri, 22 Dec 2023 10:13:01 +0100
Injection-Info: news.kpn.nl; mail-complaints-to="abuse@kpn.com"
X-Received-Bytes: 1155
 by: Schelte - Fri, 22 Dec 2023 09:13 UTC

On 18/12/2023 18:17, Luc wrote:
> <Control-Alt-KP_Add> doesn't work.

Even binding to <Key> does not show any event for the final keystroke of
this combination. So it seems that <Control-Alt-KP_Add> is intercepted
by the window manager; it does not get delivered to Tk.

Schelte.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor