CKS bugs

Things you’d like to miss in the future...
Forum rules
:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:

:info: 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%).

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

:info: When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".

:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:
Post Reply
surrender
Posts: 623
Joined: 23 Oct 2005 08:53
Location: Berlin, Germany

CKS bugs

Post by surrender »

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.

admin
Site Admin
Posts: 66431
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: CKS bugs

Post by admin »

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

Post by jacky »

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.
hmm... is it another one of Don's controls, or a regular Listbox?? Cause with regular listbox, I'd say this works:

Code: Select all

Private Sub List1_KeyPress(KeyAscii As Integer)
KeyAscii = 0
End Sub
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!
Proud XYplorer Fanatic

admin
Site Admin
Posts: 66431
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: CKS bugs

Post by admin »

jacky wrote:
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.
hmm... is it another one of Don's controls, or a regular Listbox?? Cause with regular listbox, I'd say this works:

Code: Select all

Private Sub List1_KeyPress(KeyAscii As Integer)
KeyAscii = 0
End Sub
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!
Wow. Thanks for the lesson! :D

Post Reply