I have two shortcuts for the action: "Result List | Toggle Path Column"
The key combination CTRL+Z is assigned to this action. In addition, CTRL+SHIFT+2 is also assigned to the the same action. Both are global.
CTRL+Z works much faster than CTRL+SHIFT+2. I also notice that CTRL+SHIFT+2 will finish faster if I lift the CTRL and SHIFT keys, otherwise it almost seems on a timer.
Is this a bug? Can the speed of CTRL+SHIFT+2 be improved?
Shortcut has different speeds depending on keys assigned
Re: Shortcut has different speeds depending on keys assigned
Do you have a Right to Left (RTL) keyboard layout installed in Windows?
Left Ctrl + Left Shift will change the keyboard layout to a Left to Right (LTR) layout (when a RTL keyboard layout is installed).
Right Ctrl + Right Shift will change the keyboard layout to a Right to Left (RTL) layout.
Please try disabling the Ctrl + Shift action:
Left Ctrl + Left Shift will change the keyboard layout to a Left to Right (LTR) layout (when a RTL keyboard layout is installed).
Right Ctrl + Right Shift will change the keyboard layout to a Right to Left (RTL) layout.
Please try disabling the Ctrl + Shift action:
- In Everything, type in the following search and press ENTER:
/control_shift_action=0 - If successful, you should see control_shift_action=0 in the statusbar for a few seconds.
Re: Shortcut has different speeds depending on keys assigned
As far as I am aware, I do not have a Right to Left (RTL) keyboard layout installed.
The problem still persists after using
/control_shift_action=0
which I can confirm has worked from the status bar message.
When I use different keys with CTRL+SHIFT the response time is normal. For example:
CTRL+SHIFT+6
CTRL+SHIFT+9
CTRL+SHIFT+A
CTRL+SHIFT+OEM 8 (the key to the left of the key for "1")
As mentioned earlier, there is a peculiar delay when using CTRL+SHIFT+2 and holding the keys down which lasts a full second before the desired action occurs. Alternatively I can press CTRL+SHIFT+2 and then immediately release "2" (which does nothing at first) and then release CTRL+SHIFT within the one second delay period, and this last action will be immediately executed.
Perhaps some other app on the PC is grabbing CTRL+SHIFT+2. It's same with:
CTRL+SHIFT+1
CTRL+SHIFT+2 under discussion now
CTRL+SHIFT+3
CTRL+SHIFT+4
CTRL+SHIFT+5
If the cause is not obvious then rather than spend time on it, I can use some other keys.
The problem still persists after using
/control_shift_action=0
which I can confirm has worked from the status bar message.
When I use different keys with CTRL+SHIFT the response time is normal. For example:
CTRL+SHIFT+6
CTRL+SHIFT+9
CTRL+SHIFT+A
CTRL+SHIFT+OEM 8 (the key to the left of the key for "1")
As mentioned earlier, there is a peculiar delay when using CTRL+SHIFT+2 and holding the keys down which lasts a full second before the desired action occurs. Alternatively I can press CTRL+SHIFT+2 and then immediately release "2" (which does nothing at first) and then release CTRL+SHIFT within the one second delay period, and this last action will be immediately executed.
Perhaps some other app on the PC is grabbing CTRL+SHIFT+2. It's same with:
CTRL+SHIFT+1
CTRL+SHIFT+2 under discussion now
CTRL+SHIFT+3
CTRL+SHIFT+4
CTRL+SHIFT+5
If the cause is not obvious then rather than spend time on it, I can use some other keys.
Last edited by burgundy on Mon Apr 26, 2021 10:09 pm, edited 1 time in total.
Re: Shortcut has different speeds depending on keys assigned
Thanks for the keyboard layout information.
Debug logs might help.
Could you please send me your debug logs after pressing Ctrl + Shift + 2:
Debug logs might help.
Could you please send me your debug logs after pressing Ctrl + Shift + 2:
- In Everything, from the Tools menu, under the Debug submenu, click Verbose.
- From the Tools menu, under the Debug submenu, click Start Debug Logging.
- Press and hold Ctrl + Shift
- Press and release 2
---wait for 3 seconds--- - Release Ctrl + Shift
- From the Tools menu, under the Debug submenu, click Stop Debug Logging.
---this will open the debug log in Notepad--- - Please send this log to support@voidtools.com.
Re: Shortcut has different speeds depending on keys assigned
To start debug logging with Everything 1.4:
- In Everything 1.4, type in the following search and press ENTER:
/verbose - Type in the following search and press ENTER:
/debuglog - Press and hold Ctrl + Shift
- Press and release 2
---wait for 3 seconds--- - Release Ctrl + Shift
- Type in the following search and press ENTER:
/restart - Please send your %TEMP%\Everything Debug Log.txt to: support@voidtools.com
Re: Shortcut has different speeds depending on keys assigned
Thank you for helping find the issue burgundy,
The logs showed Everything receiving a fake '2' key up event immediately.
Following shortly after (1-2 seconds) with a Ctrl, Shift and '2' key-down event and
instantly followed by a '2', Shift and Ctrl key-up event. (all in less than 16ms)
Turns out this was caused by PowerPro.
PowerPro was set to run a series of user-defined keystrokes on the Ctrl + Shift + 2 keypress.
The logs showed Everything receiving a fake '2' key up event immediately.
Following shortly after (1-2 seconds) with a Ctrl, Shift and '2' key-down event and
instantly followed by a '2', Shift and Ctrl key-up event. (all in less than 16ms)
Turns out this was caused by PowerPro.
PowerPro was set to run a series of user-defined keystrokes on the Ctrl + Shift + 2 keypress.