[L2Ork-dev] Shortcuts Pd-l2ork-2.17.0 20220728-rev.7c8d503d ubuntu 22.04

Jonathan Wilkes jon.w.wilkes at gmail.com
Mon Aug 8 12:05:38 EDT 2022


Okay.

So what happens if you try changing the first shortcut to this:

"object": { key: '"' },

Expected behavior: you can type this:
"
with *no* modifiers and it will create an empty box

What behavior do you get?

-Jonathan



On Mon, Aug 8, 2022 at 1:54 AM Jean-Christophe Sekinger <jc.sekinger at free.fr>
wrote:

> that is the tool I was looking for ! thank you
>
> the output for each of the five first keys off the "add" menu is here:
>
> https://pastebin.com/SCzakDSV
>
>
> Jean-Christophe Sekinger
> 19 rue des Pontets, Bordeaux 33000
> 06 82 09 82 02 / 09 52 12 95 32https://jc-sekinger.fr/
> (bépo et Ubuntu)
>
> Le 07/08/2022 à 19:42, Jonathan Wilkes a écrit :
>
> Oh, also:
>
> 1. make sure "keypress" is **unchecked**
>
> 2. make sure "classic", "modifiers", and "DOM3" are **checked**
>
> -Jonathan
>
> On Sun, Aug 7, 2022 at 1:41 PM Jonathan Wilkes <jon.w.wilkes at gmail.com>
> wrote:
>
>> Use this:
>>
>> https://unixpapa.com/js/testkey.html
>>
>> Press that key and **only** that key and release it before autorepeat
>> happens.
>>
>> Do not press any modifiers or any other keys.
>>
>> Then copy the output from that textarea and post it here.
>>
>> -Jonathan
>>
>> On Sun, Aug 7, 2022 at 1:32 AM Jean-Christophe Sekinger <
>> jc.sekinger at free.fr> wrote:
>>
>>> thank you (very much)
>>>
>>> as I already said it does npt work (and in the app, the shortcut is not
>>> displayed any more…)
>>>
>>> I really does not understand why it is working in pd vanilla (not only
>>> in azerty or in qwerty : in bepo too)
>>>
>>> have you any other idea ? (the Typematrix keyboard has a numlock too)
>>>
>>> Jean-Christophe Sekinger
>>> 19 rue des Pontets, Bordeaux 33000
>>> 06 82 09 82 02 / 09 52 12 95 32https://jc-sekinger.fr/
>>> (bépo et Ubuntu)
>>>
>>> Le 07/08/2022 à 01:02, Jonathan Wilkes a écrit :
>>>
>>> What about this:
>>>
>>> "object": { key: '"', modifiers: "shift" },
>>>
>>> -Jonathan
>>>
>>> On Sat, Aug 6, 2022 at 3:28 PM Jean-Christophe Sekinger <
>>> jc.sekinger at free.fr> wrote:
>>>
>>>> I would like to use it as in puredata vanilla : shift+" (=1)
>>>>
>>>> Jean-Christophe Sekinger
>>>> 19 rue des Pontets, Bordeaux 33000
>>>> 06 82 09 82 02 / 09 52 12 95 32https://jc-sekinger.fr/
>>>> (bépo et Ubuntu)
>>>>
>>>> Le 06/08/2022 à 19:13, Jonathan Wilkes a écrit :
>>>>
>>>> Are you pressing that key without any modifiers like ctrl and shift?
>>>>
>>>> -Jonathan
>>>>
>>>>
>>>> On Sat, Aug 6, 2022 at 12:36 PM Jean-Christophe Sekinger <
>>>> jc.sekinger at free.fr> wrote:
>>>>
>>>>> anybody ?
>>>>>
>>>>> Jean-Christophe Sekinger
>>>>> 19 rue des Pontets, Bordeaux 33000
>>>>> 06 82 09 82 02 / 09 52 12 95 32https://jc-sekinger.fr/
>>>>> (bépo et Ubuntu)
>>>>>
>>>>> Le 04/08/2022 à 07:16, Jean-Christophe Sekinger a écrit :
>>>>>
>>>>> thanks
>>>>>
>>>>> doesn’t work
>>>>>
>>>>> part of the output with xev (absolutely don’t understand it — exept
>>>>> "KeyPress event") when I press [shift]+["]
>>>>>
>>>>> KeyPress event, serial 37, synthetic NO, window 0x1400001,
>>>>>     root 0x1e2, subw 0x0, time 2435198, (289,93), root:(2209,157),
>>>>>     state 0x10, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
>>>>>     XLookupString gives 0 bytes:
>>>>>     XmbLookupString gives 0 bytes:
>>>>>     XFilterEvent returns: False
>>>>>
>>>>> KeyPress event, serial 37, synthetic NO, window 0x1400001,
>>>>>     root 0x1e2, subw 0x0, time 2435965, (289,93), root:(2209,157),
>>>>>     state 0x11, keycode 10 (keysym 0x31, 1), same_screen YES,
>>>>>     XLookupString gives 1 bytes: (31) "1"
>>>>>     XmbLookupString gives 1 bytes: (31) "1"
>>>>>     XFilterEvent returns: False
>>>>>
>>>>>
>>>>>
>>>>> Jean-Christophe Sekinger
>>>>> 19 rue des Pontets, Bordeaux 33000
>>>>> 06 82 09 82 02 / 09 52 12 95 32https://jc-sekinger.fr/
>>>>> (bépo et Ubuntu)
>>>>>
>>>>> Le 04/08/2022 à 07:10, Jonathan Wilkes a écrit :
>>>>>
>>>>> Maybe
>>>>>
>>>>> "object": { key: "1", modifiers: "shift" },
>>>>>
>>>>> or
>>>>>
>>>>> "object": { key: '"', modifiers: "shift" },
>>>>>
>>>>> -Jonathan
>>>>>
>>>>>
>>>>> On Thu, Aug 4, 2022 at 12:49 AM Jean-Christophe Sekinger<jc.sekinger at free.fr> <jc.sekinger at free.fr> wrote:
>>>>>
>>>>> thank you
>>>>>
>>>>> doesn’t work, neither
>>>>>
>>>>> "object": { key: '"', modifiers: cmd_or_ctrl },
>>>>>
>>>>> I would use these key with Shift (not ctrl)
>>>>> the add menu shows no key shortcut for "object"
>>>>>
>>>>> any other solution ?
>>>>>
>>>>>
>>>>> Jean-Christophe Sekinger
>>>>> 19 rue des Pontets, Bordeaux 33000
>>>>> 06 82 09 82 02 / 09 52 12 95 32https://jc-sekinger.fr/
>>>>> (bépo et Ubuntu)
>>>>>
>>>>> Le 03/08/2022 à 22:53, Jonathan Wilkes a écrit :
>>>>>
>>>>> shift+"     (1, like in puredata vanilla)
>>>>>
>>>>> Okay, try changing the
>>>>>
>>>>> "1"
>>>>>
>>>>> to
>>>>>
>>>>> '"'
>>>>>
>>>>> -Jonathan
>>>>>
>>>>> On Wed, Aug 3, 2022 at 4:17 PM Jean-Christophe Sekinger<jc.sekinger at free.fr> <jc.sekinger at free.fr> wrote:
>>>>>
>>>>> Press the key that you want to use for the shortcut for "Object" and
>>>>> email it to me.
>>>>>
>>>>> -Jonathan
>>>>>
>>>>> shift+"     (1, like in puredata vanilla)
>>>>>
>>>>> shift+«     (2…)
>>>>>
>>>>> shift+»     (3…)
>>>>>
>>>>> shift+(     (4…)
>>>>>
>>>>> shift+)     (5…)
>>>>>
>>>>> (a brief description here → https://bepo.fr/wiki/Accueil)
>>>>>
>>>>> _______________________________________________
>>>>> L2Ork-dev mailing listL2Ork-dev at disis.music.vt.eduhttps://disis.music.vt.edu/listinfo/l2ork-dev
>>>>>
>>>>> _______________________________________________
>>>>> L2Ork-dev mailing listL2Ork-dev at disis.music.vt.eduhttps://disis.music.vt.edu/listinfo/l2ork-dev
>>>>>
>>>>> _______________________________________________
>>>>> L2Ork-dev mailing listL2Ork-dev at disis.music.vt.eduhttps://disis.music.vt.edu/listinfo/l2ork-dev
>>>>>
>>>>> _______________________________________________
>>>>> L2Ork-dev mailing listL2Ork-dev at disis.music.vt.eduhttps://disis.music.vt.edu/listinfo/l2ork-dev
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> L2Ork-dev mailing listL2Ork-dev at disis.music.vt.eduhttps://disis.music.vt.edu/listinfo/l2ork-dev
>>>>>
>>>>> _______________________________________________
>>>>> L2Ork-dev mailing list
>>>>> L2Ork-dev at disis.music.vt.edu
>>>>> https://disis.music.vt.edu/listinfo/l2ork-dev
>>>>>
>>>>
>>>> _______________________________________________
>>>> L2Ork-dev mailing listL2Ork-dev at disis.music.vt.eduhttps://disis.music.vt.edu/listinfo/l2ork-dev
>>>>
>>>> _______________________________________________
>>>> L2Ork-dev mailing list
>>>> L2Ork-dev at disis.music.vt.edu
>>>> https://disis.music.vt.edu/listinfo/l2ork-dev
>>>>
>>>
>>> _______________________________________________
>>> L2Ork-dev mailing listL2Ork-dev at disis.music.vt.eduhttps://disis.music.vt.edu/listinfo/l2ork-dev
>>>
>>> _______________________________________________
>>> L2Ork-dev mailing list
>>> L2Ork-dev at disis.music.vt.edu
>>> https://disis.music.vt.edu/listinfo/l2ork-dev
>>>
>>
> _______________________________________________
> L2Ork-dev mailing listL2Ork-dev at disis.music.vt.eduhttps://disis.music.vt.edu/listinfo/l2ork-dev
>
> _______________________________________________
> L2Ork-dev mailing list
> L2Ork-dev at disis.music.vt.edu
> https://disis.music.vt.edu/listinfo/l2ork-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://disis.music.vt.edu/pipermail/l2ork-dev/attachments/20220808/f6f0f60a/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: U37rnmaeWCkg4i0A.png
Type: image/png
Size: 78067 bytes
Desc: not available
URL: <http://disis.music.vt.edu/pipermail/l2ork-dev/attachments/20220808/f6f0f60a/attachment-0001.png>


More information about the L2Ork-dev mailing list