Re: [PD] Creating a GUI object on Pd 0.48.1 with keyboard shortcut create two objects on MacOSX

2018-03-24 Thread Jack
OK ! The bug seems to exist only on MacOSX and on a french Keyboard. No probleme here with Ubuntu 17.10 and a french keyboard too. ++ Jack Le 24/03/2018 à 11:32, Dan Wilcox a écrit : >> I dont know if this is related, but on my system, >> >> Keyup object outputs  its value immediately after

Re: [PD] Creating a GUI object on Pd 0.48.1 with keyboard shortcut create two objects on MacOSX

2018-03-24 Thread Dan Wilcox
> I dont know if this is related, but on my system, > > Keyup object outputs its value immediately after key, when I press a > key, not when I release it. This is known: https://github.com/pure-data/pure-data/issues/213 It's not directly

Re: [PD] Creating a GUI object on Pd 0.48.1 with keyboard shortcut create two objects on MacOSX

2018-03-23 Thread Dan Wilcox
After some testing, it looks like the issue is how the Tk is handling the Shift key with the French keyboard mapping. For example, the Bang shortcut is bound as: bind all <$::modifier-Shift-Key-B> {menu_send %W bng} bind all <$::modifier-Shift-Key-b> {menu_send %W bng} and the menu item:

Re: [PD] Creating a GUI object on Pd 0.48.1 with keyboard shortcut

2018-03-23 Thread hans w. koch
somehow, i have the feeling that the key repeat rate (set in system preferences) has changed in mac os recently. this might also be the culprit for multiple obect creations: if you press a key and hold it, it is interpreted as several keypresses at key repeat rate. until you turn that off

Re: [PD] Creating a GUI object on Pd 0.48.1 with keyboard shortcut create two objects on MacOSX

2018-03-23 Thread Dan Wilcox
at> wrote: >>> >>> From: Jack <j...@rybn.org <mailto:j...@rybn.org>> >>> To: pd-list@lists.iem.at <mailto:pd-list@lists.iem.at> >>> Subject: Re: [PD] Creating a GUI object on Pd 0.48.1 with keyboard >>> shortcut create two obje

Re: [PD] Creating a GUI object on Pd 0.48.1 with keyboard shortcut

2018-03-23 Thread Jack
The previous JY's message unencrypted : Hi, Same trouble Pd 0.48.1 Osx 10.10.2 I dont know if this is related, but on my system, Keyup object outputs its value immediately after key, when I press a key, not when I release it. Le 23/03/2018 à 14:24, jean-yves a écrit : > create two

Re: [PD] Creating a GUI object on Pd 0.48.1 with keyboard shortcut

2018-03-23 Thread jean-yves
create two objects on MacOSX (Jack) Date: Fri, 23 Mar 2018 14:19:27 +0100 (GMT+01:00) Reply-To: jean-yves MIME-Version: 1.0 Message-ID: <964950891.5.1521811167720.javamail@gumo.fr> In-reply-to: References:

Re: [PD] Creating a GUI object on Pd 0.48.1 with keyboard shortcut create two objects on MacOSX

2018-03-23 Thread Jack
..@lists.iem.at >> <mailto:pd-list-requ...@lists.iem.at> wrote: >> >> From: Jack <j...@rybn.org <mailto:j...@rybn.org>> >> To: pd-list@lists.iem.at <mailto:pd-list@lists.iem.at> >> Subject: Re: [PD] Creating a GUI object on Pd 0.48.1 with keyboa

Re: [PD] Creating a GUI object on Pd 0.48.1 with keyboard shortcut create two objects on MacOSX

2018-03-22 Thread Nicolas Montgermont
st-requ...@lists.iem.at >> <mailto:pd-list-requ...@lists.iem.at> wrote: >> >> From: Jack <j...@rybn.org <mailto:j...@rybn.org>> >> To: pd-list@lists.iem.at <mailto:pd-list@lists.iem.at> >> Subject: Re: [PD] Creating a GUI object on Pd 0.48.1 with key

Re: [PD] Creating a GUI object on Pd 0.48.1 with keyboard shortcut create two objects on MacOSX

2018-03-22 Thread Jack
t; it's related to the TK 8.5 cocoa bindings backend which is also causing >>>> the issues [key]. >>>> >>>>> On Mar 22, 2018, at 11:34 AM, pd-list-requ...@lists.iem.at >>>>> <mailto:pd-list-requ...@lists.iem.at> >>>>> &l

Re: [PD] Creating a GUI object on Pd 0.48.1 with keyboard shortcut create two objects on MacOSX

2018-03-22 Thread Dan Wilcox
M, pd-list-requ...@lists.iem.at >>> <mailto:pd-list-requ...@lists.iem.at> wrote: >>> >>> Date: Thu, 22 Mar 2018 11:18:34 +0100 >>> From: Jack <j...@rybn.org <mailto:j...@rybn.org>> >>> To: pd-list@lists.iem.at <mailto:pd-list@lists.ie

Re: [PD] Creating a GUI object on Pd 0.48.1 with keyboard shortcut create two objects on MacOSX

2018-03-22 Thread Jack
.at <mailto:pd-list@lists.iem.at> >> Subject: [PD] Creating a GUI object on Pd 0.48.1 with keyboard >> shortcut create two objects on MacOSX >> Message-ID: <1fd3cfb5-f043-f751-4c0d-5cb3542c2...@rybn.org >> <mailto:1fd3cfb5-f043-f751-4c0d-5cb3542c2...@rybn.org>>

Re: [PD] Creating a GUI object on Pd 0.48.1 with keyboard shortcut create two objects on MacOSX

2018-03-22 Thread Dan Wilcox
[key]. > On Mar 22, 2018, at 11:34 AM, pd-list-requ...@lists.iem.at wrote: > > Date: Thu, 22 Mar 2018 11:18:34 +0100 > From: Jack <j...@rybn.org <mailto:j...@rybn.org>> > To: pd-list@lists.iem.at <mailto:pd-list@lists.iem.at> > Subject: [PD] Creating a G