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: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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 your keyboard.

If you need other characters, please tell me.

Fre;D




--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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 Symbols layer, then press Ctrl and the [ key. My
operating system is set up as US Qwerty, but my Ergodox does all the
keyboard layout translations for me to my actual layout BEAKL-15.

Here is my keyboard layout:
  https://configure.ergodox-ez.com/ergodox-ez/layouts/q96az/latest/0

I'm assuming my keyboard sends the keycode directly to the operating system.

This is what xev (linux/freebsd utility) shows when I press the [ key on
my Symbols layer.

===
KeyPress event, serial 36, synthetic NO, window 0x121,
root 0x1d7, subw 0x0, time 474847122, (-125,121), root:(749,250),
state 0x0, keycode 34 (keysym 0x5b, bracketleft), same_screen YES,
XLookupString gives 1 bytes: (5b) "["
XmbLookupString gives 1 bytes: (5b) "["
XFilterEvent returns: False

KeyRelease event, serial 36, synthetic NO, window 0x121,
root 0x1d7, subw 0x0, time 474847250, (-125,121), root:(749,250),
state 0x0, keycode 34 (keysym 0x5b, bracketleft), same_screen YES,
XLookupString gives 1 bytes: (5b) "["
XFilterEvent returns: False
===

So it seems Shift is not sent to the OS at all. But that would be expected
because the [ and ] symbols are un-shifted keys on a standard US Qwerty
keyboard.


> Other totally other thing:
> http://geldenhuys.co.uk/webnews/ in not accessible for days (and week).

Yeah, I recently switched internet providers and received a new router. It
is playing havoc with my website. Still trying to figure out what is going
on. I believe direct access to the NNTP news server (with a NNTP Client) works.


Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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 Shortcuts dialog.


> Yes, indeed, it converts "Ctrl + [" in the asci code, but not in regular
> human transcription.

Seem so.


> Maybe something must be implemented in tshortcutcontroller in mseaction.pas

I guess so. Your knowledge of MSEgui is much better than mine. :-)

It's not urgent or anything. As I said, the shortcuts work. It's just the
human readable keyboard combination that doesn't display right, and I
thought I would report this.


Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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 from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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 :
[ ".

Now, how to define that "[" and "]", huh, yes, hum, ... a deep exploration
of Martin code is needed

Fre;D







--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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...

   Ctrl+[ // for Navigate Back action

and

   Ctrl+] // for Navigate Forward action

respectively, I don't see those in the "Shortcut" column. Instead I see
some hex value - not Control and left|right Square Bracket.


Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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


De : Graeme Geldenhuys 
Envoyé : lundi 28 décembre 2020 14:16
À : mseide-msegui-talk@lists.sourceforge.net 

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

Hi,

Not a serious issue. I configured two custom shortcuts for Forward
and Back Navigation in the source editor of MSEide. The shortcuts
work fine, but the don't display correctly in the IDE Shortcuts
dialog. Any ideas why?

I use the shortcuts:

   Ctrl+[ // backwards navigation
   Ctrl+] // forward navigation

See attached screenshots.


Regards,
  Graeme

--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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 Geldenhuys 
Envoyé : lundi 28 décembre 2020 14:16
À : mseide-msegui-talk@lists.sourceforge.net 

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

Hi,

Not a serious issue. I configured two custom shortcuts for Forward
and Back Navigation in the source editor of MSEide. The shortcuts
work fine, but the don't display correctly in the IDE Shortcuts
dialog. Any ideas why?

I use the shortcuts:

   Ctrl+[ // backwards navigation
   Ctrl+] // forward navigation

See attached screenshots.


Regards,
  Graeme

--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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 shortcuts don't displaying correctly in IDE 
dialog

Hi,

Not a serious issue. I configured two custom shortcuts for Forward
and Back Navigation in the source editor of MSEide. The shortcuts
work fine, but the don't display correctly in the IDE Shortcuts
dialog. Any ideas why?

I use the shortcuts:

   Ctrl+[ // backwards navigation
   Ctrl+] // forward navigation

See attached screenshots.


Regards,
  Graeme

--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2020-12-28 Thread Graeme Geldenhuys
Hi,

Not a serious issue. I configured two custom shortcuts for Forward
and Back Navigation in the source editor of MSEide. The shortcuts
work fine, but the don't display correctly in the IDE Shortcuts
dialog. Any ideas why?

I use the shortcuts:

   Ctrl+[ // backwards navigation
   Ctrl+] // forward navigation

See attached screenshots.


Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk