[Fixed] Keyboard copy button does not work in 1.5

Discussion related to "Everything" 1.5 Alpha.
Post Reply
froggie
Posts: 301
Joined: Wed Jun 12, 2013 10:43 pm

[Fixed] Keyboard copy button does not work in 1.5

Post by froggie »

I have a keyboard with a Copy button (and a cut button and a paste button).

Using this, I can not copy from the search pane, not even from the search entry line. CNTL-C works, Everything 1.4 works.

If it helps, CNTL-C will send the scan code sequence 162-17-67 (CNTL Key followed by C),

The keyboard sends the sequence 162-67-17 (C followed by CNTL key)
Last edited by NotNull on Sun Mar 14, 2021 8:10 am, edited 1 time in total.
Reason: Marked as fixed
NotNull
Posts: 5461
Joined: Wed May 24, 2017 9:22 pm

Re: Keyboard copy button does not work in 1.5

Post by NotNull »

Does it help if you add this keyboard shortcut to the Copy command? :
  • Go to Menu:Tools > Options > General > Keyboard
  • In the Show commands containing: box, type Copy
  • Select Edit | Copy
  • Press the Add button
  • In the Shortcut key: box, press your keyboard shortcut
  • Use shortcut in: = Result List
  • Press OK
  • Press OK
void
Developer
Posts: 16735
Joined: Fri Oct 16, 2009 11:31 pm

Re: Keyboard copy button does not work in 1.5

Post by void »

Thank you for the bug report.

Could you please send the debug output when pressing your copy key:
  • In Everything 1.5, focus the search box
  • From the Tools menu, under the Debug submenu, check Verbose.
  • From the Tools menu, under the Debug submenu, click Start Debug Logging.
  • Press your copy key
  • From the Tools menu, under the Debug submenu, click Stop Debug Logging.
    this will open your debug log, what is shown in the debug log?
edit: I think this is the new appcommand handling (Everything is copying the selected files, not the search edit text), I will post a fix.
froggie
Posts: 301
Joined: Wed Jun 12, 2013 10:43 pm

Re: Keyboard copy button does not work in 1.5

Post by froggie »

No, no difference. It shows as Ctrl+C, which was already there.
I deleted it and re-added it, still does not work
froggie
Posts: 301
Joined: Wed Jun 12, 2013 10:43 pm

Re: Keyboard copy button does not work in 1.5

Post by froggie »

Repeated attempts, in case you still need it:

Image
Attachments
Capture.JPG
Capture.JPG (61.03 KiB) Viewed 7021 times
void
Developer
Posts: 16735
Joined: Fri Oct 16, 2009 11:31 pm

Re: Keyboard copy button does not work in 1.5

Post by void »

Thanks for the screenshot.

It is the new APPCOMMAND handling. I will post a fix in a minute..
void
Developer
Posts: 16735
Joined: Fri Oct 16, 2009 11:31 pm

Re: Keyboard copy button does not work in 1.5

Post by void »

Please try the latest Everything 1.5 Alpha.

Version 1.5.0.1239a fixes an issue with processing app commands.
froggie
Posts: 301
Joined: Wed Jun 12, 2013 10:43 pm

Re: Keyboard copy button does not work in 1.5

Post by froggie »

Works well.

Thanks for the speedy fix.
Post Reply