1. when I want to set a KS Ctrl+R to say "Info clipboard>Large icon" in the file category, then the focus moves to "Rename", "Restart without saving" and "Rename special". if i use Ctrl+O then focus moves to "Open selected item"... and so forth. Obviously, the find-as-you-type (or Type-ahead find) is still active here.
2. In the file category, I can set KS to the submenus of configuration files, but they are non-functional.
PS: I dont know if I should create a new post for every little bug i find. or Don should consider making "CKS related bugs" sticky post for a while until CKS is done.
CKS bugs
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%).
-
admin
- Site Admin
- Posts: 66431
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: CKS bugs
1. Yes, I removed the possibility to press a new key with the focus in the functions list. There's no way (that I know) to suppress the find-as-you-type.surrender wrote:1. when I want to set a KS Ctrl+R to say "Info clipboard>Large icon" in the file category, then the focus moves to "Rename", "Restart without saving" and "Rename special". if i use Ctrl+O then focus moves to "Open selected item"... and so forth. Obviously, the find-as-you-type (or Type-ahead find) is still active here.
2. In the file category, I can set KS to the submenus of configuration files, but they are non-functional.
PS: I dont know if I should create a new post for every little bug i find. or Don should consider making "CKS related bugs" sticky post for a while until CKS is done.
2. Yep, will work next beta.
3. Good idea.
-
jacky
- XYwiki Master
- Posts: 3106
- Joined: 23 Aug 2005 22:25
- Location: France
- Contact:
Re: CKS bugs
hmm... is it another one of Don's controls, or a regular Listbox?? Cause with regular listbox, I'd say this works:admin wrote:1. Yes, I removed the possibility to press a new key with the focus in the functions list. There's no way (that I know) to suppress the find-as-you-type.
Code: Select all
Private Sub List1_KeyPress(KeyAscii As Integer)
KeyAscii = 0
End SubProud XYplorer Fanatic
-
admin
- Site Admin
- Posts: 66431
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: CKS bugs
Wow. Thanks for the lesson!jacky wrote:hmm... is it another one of Don's controls, or a regular Listbox?? Cause with regular listbox, I'd say this works:admin wrote:1. Yes, I removed the possibility to press a new key with the focus in the functions list. There's no way (that I know) to suppress the find-as-you-type.And as I said before, I really like pressing key on function list, assigning, moving to the next one, so (if possible) you shouldn't remove this feature!Code: Select all
Private Sub List1_KeyPress(KeyAscii As Integer) KeyAscii = 0 End Sub
XYplorer Beta Club