I have 2 CFAs that use the same menu accelerator ("&V").
When this happens in other menus, the usual way of dealing with it is to jump from one matching item to the next. However, pressing "V" on #176 (with the first item also matching V) selects the 2nd matching item...
I hope the description is clear, but here's a screenshot, too:
CFA & Menu accelerator
Forum rules
READ THIS AND DO IT!!!
Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.
When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".
READ THIS AND DO IT!!!
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
-
MBaas
- Posts: 692
- Joined: 15 Feb 2016 21:08
CFA & Menu accelerator
To see the attached files, you need to log into the forum.
-
admin
- Site Admin
- Posts: 66544
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: CFA & Menu accelerator
This popup menu is a Windows control, and it's controlled by Windows.
I made a simple version of your case and it works fine here:
I made a simple version of your case and it works fine here:
Code: Select all
text popupmenu("HTML CSS &Validator|&View");FAQ | XY News RSS | XY X
-
MBaas
- Posts: 692
- Joined: 15 Feb 2016 21:08
Re: CFA & Menu accelerator
That works fine here as well.
But the CFA still behaves as it does, so there must be more to it...
But the CFA still behaves as it does, so there must be more to it...
-
admin
- Site Admin
- Posts: 66544
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: CFA & Menu accelerator
Tried to replicate it with CFA but again it works fine. Can you post your CFA definitions relevant to this menu?
FAQ | XY News RSS | XY X
-
MBaas
- Posts: 692
- Joined: 15 Feb 2016 21:08
Re: CFA & Menu accelerator
Sure, here they are:
I hope it repros (on an .html file).
Code: Select all
"Html & CSS &Validator|C:\Program Files\HTMLValidator240\chv240.exe" htm;html;css > ::run "C:\Program Files\HTMLValidator240\chv240.exe" "<curitem>"
"&HtmlPad|C:\Program Files (x86)\HTMLPad 2022\htmlpad.exe" html>::run "C:\Program Files (x86)\HTMLPad 2022\htmlpad.exe" "<curitem>"
|"&View|C:\Program Files (x86)\V\v.exe" *>::run lax("C:\Program Files (x86)\V\v.exe" -TEXT "<curitem>");
|"View &tail|C:\Program Files (x86)\V\v.exe" *>::run lax("C:\Program Files (x86)\V\v.exe" -TEXT -E -T "<curitem>");-
admin
- Site Admin
- Posts: 66544
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: CFA & Menu accelerator
Got it. It's the & in "Html & CSS". Escape it by doubling it:
Html && CSSFAQ | XY News RSS | XY X
-
MBaas
- Posts: 692
- Joined: 15 Feb 2016 21:08
Re: CFA & Menu accelerator
Aaaaah - I didn't notice that!
Thanks!
XYplorer Beta Club