Re: [MSEide-MSEgui-talk] Custom shortcuts don't displaying correctly in IDE dialog

2020-12-29 Thread fredvs
Re-hello Graeme. Ooops, please use last commit, there was a problem with asci conversion, the letters in asci code must be in maj. Fixed in last commit. Added too "Shift+" and many other common keys (but maybe there are some missing, so say it). Fre;D -- Sent from:

Re: [MSEide-MSEgui-talk] Custom shortcuts don't displaying correctly in IDE dialog

2020-12-28 Thread fredvs
Hello Graeme. In last commit d72bc86 of mseide-msegui, added translation of asci code for shortcuts = [, Ctrl+[, ], Ctrl+], (, Ctrl+(, ), Ctrl+), !, Ctrl+!, &, Ctrl+&, $, Ctrl+$, _, Ctrl+_. I hope it will work with

Re: [MSEide-MSEgui-talk] Custom shortcuts don't displaying correctly in IDE dialog

2020-12-28 Thread Graeme Geldenhuys
On 28/12/2020 9:48 pm, fredvs wrote: > What key are you using to do "[" and "]"? > Here on my azerty keyboard I have to press "Alt Gr" (the right Alt key) and > the key "(" (that is "5" in maj). I use a programmable keyboard (Ergodox) and have a Symbols layer. So I can tell it to switch to the

Re: [MSEide-MSEgui-talk] Custom shortcuts don't displaying correctly in IDE dialog

2020-12-28 Thread Graeme Geldenhuys
On 28/12/2020 4:06 pm, Fred van Stappen wrote: > Ok, ok, you assigned the shortcut via the mseide and button shortcut in > config form. Yup, that's correct. The shortcuts work fine in the source editor too. It's just that they don't display the key combination correctly in the IDE's Configure

Re: [MSEide-MSEgui-talk] Custom shortcuts don't displaying correctly in IDE dialog

2020-12-28 Thread fredvs
Re-re-... hello Graeme. What key are you using to do "[" and "]"? Here on my azerty keyboard I have to press "Alt Gr" (the right Alt key) and the key "(" (that is "5" in maj). Other totally other thing: http://geldenhuys.co.uk/webnews/ in not accessible for days (and week). Fre;D -- Sent

Re: [MSEide-MSEgui-talk] Custom shortcuts don't displaying correctly in IDE dialog

2020-12-28 Thread fredvs
Hello Graeme. Did you see my last post? I think that brackets left and right are not "translated" with function translateshortcut() from mseact.pas. If you try to add a new shortcut or change default shortcut of component shortcuts in actionmodule.pas writing "Ctrl+[", there is a "Invalid value

Re: [MSEide-MSEgui-talk] Custom shortcuts don't displaying correctly in IDE dialog

2020-12-28 Thread Graeme Geldenhuys
On 28/12/2020 2:05 pm, Fred van Stappen wrote: > What kind of shortcut are you adding? I'm not trying to add a new shortcut, but rather simply reassign my own key combinations to the existing "Navigate Back" and "Navigate Forward" actions of the IDE. But if I try and assign the keys shortcuts...

Re: [MSEide-MSEgui-talk] Custom shortcuts don't displaying correctly in IDE dialog

2020-12-28 Thread Fred van Stappen
Re-re hello Graeme. Ok, ok, you assigned the shortcut via the mseide and button shortcut in config form. Yes, indeed, it converts "Ctrl + [" in the asci code, but not in regular human transcription. Maybe something must be implemented in tshortcutcontroller in mseaction.pas Fre;D

Re: [MSEide-MSEgui-talk] Custom shortcuts don't displaying correctly in IDE dialog

2020-12-28 Thread Fred van Stappen
Re-hello Graeme. Indeed, assigning "Ctrl+[" gives a error message while using the designer (see picture). It seems that only some values, that are show in the list, may be used. Fre;D (But I still wonder how you did to assign "Ctrl+[") De : Graeme

Re: [MSEide-MSEgui-talk] Custom shortcuts don't displaying correctly in IDE dialog

2020-12-28 Thread Fred van Stappen
Re-hello Graeme. Included screenshot of test shortcut (I did a second post because only 300 k is allowed) Fre;D De : Graeme Geldenhuys Envoyé : lundi 28 décembre 2020 14:16 À : mseide-msegui-talk@lists.sourceforge.net Objet : [MSEide-MSEgui-talk] Custom