|
Post by Scamdisk on Dec 5, 2020 10:56:39 GMT -8
This script utilizes the menu bar in explorer to do actions with the keyboard shortcuts, which Quero kindly disabled. For now, you can only do these.
Ctrl + X = Cut Ctrl + V = Paste Ctrl + C = Copy Alt + F4 = Close Alt + Left Arrow = Go back Alt + Right Arrow = Go Forward Alt + Up Arrow= Go up a directory F2 = Rename
Here's the code.
#NoTrayIcon #NoEnv
#If WinActive("ahk_class CabinetWClass") ^c::Send {F10}{e}{c}
#If WinActive("ahk_class CabinetWClass") ^x::Send {F10}{e}{t}
#If WinActive("ahk_class CabinetWClass") ^v::Send {F10}{e}{p}
#If WinActive("ahk_class CabinetWClass") F2::Send {Shift down}{F10 down}{F10 up}{Shift up}{m}
#If WinActive("ahk_class CabinetWClass") !F4::Send {F10}{f}{c}
#If WinActive("ahk_class CabinetWClass") !Left::Send {XButton1}
#If WinActive("ahk_class CabinetWClass") !Right::Send {XButton2}
#If WinActive("ahk_class CabinetWClass") !Up::Send {F10}{v}{g}{u}
|
|
|
Post by Clasurol/Jackal on Dec 5, 2020 11:19:19 GMT -8
Nice, thanks for sharing. One of the biggest gripes I have/had with Quero is it's hijacking of the keyboard shortcuts.
|
|
|
Post by Scamdisk on Dec 5, 2020 11:41:50 GMT -8
Something related to Quero, big thanks to gcomputzide for discovering it. To remove the 32px icon crunching on the titlebar + taskbar icons, you have to disable "Show favicons in taskbar" in the advanced tab in Quero's Options. And it will look much better now. 
|
|
ihatemetro
Regular Member
 
I hate the forced UWP/Metro/Tablet UI in Windows 10, I wish they kept at least the Control Panel.
Posts: 354
OS: Windows 10 LTSB 2016 x64 edition, FreeBSD x86_64, BlissOS 11.13 x86_64, MacOS 10.15 & Arch Linux x86_64 | Bootloader: rEFInd
Theme: Windows: Windows 7 Theme on 250% HI-DPI Scaling (Aero Glass Win 8 RP borders) | Arch Linux: KDE Plasma with a ton of blur | rEFInd: A mix of rEFInd-theme-regular and rEFInd-glassy
CPU: Intel Core i7-8565U
RAM: 16GB 2666Mhz DDR4
GPU: Intel UHD 620 & NVIDIA MX150
|
Post by ihatemetro on Dec 5, 2020 12:21:05 GMT -8
Hopefully I can try to get Quero working with this...
|
|
|
Post by Clasurol/Jackal on Dec 7, 2020 13:09:51 GMT -8
Something related to Quero, big thanks to gcomputzide for discovering it. To remove the 32px icon crunching on the titlebar + taskbar icons, you have to disable "Show favicons in taskbar" in the advanced tab in Quero's Options. And it will look much better now. Can confirm that works. Another annoying aspect of Quero solved. Thanks for letting us know.
|
|
|
Post by R.O.B. on Dec 7, 2020 21:47:04 GMT -8
Excellent job! The keyboard shortcuts (or lack thereof) with Quero were always a very frustrating issue, and it was unfortunately a big enough problem to be a deal-breaker for me. Thanks to you, that is no longer an issue! Well done, Scamdisk!
Since I can actually use this now, I must ask how you achieved that "Address" text in your screenshot.
|
|
|
Post by Scamdisk on Dec 8, 2020 6:57:44 GMT -8
Excellent job! The keyboard shortcuts (or lack thereof) with Quero were always a very frustrating issue, and it was unfortunately a big enough problem to be a deal-breaker for me. Thanks to you, that is no longer an issue! Well done, Scamdisk! Since I can actually use this now, I must ask how you achieved that "Address" text in your screenshot. The "Address" text is actually the Quero button. You can find the skin in The Resource Library thread since I can't supply the file for now.
|
|
TechSalt
Freshman Member
Working on TealOS
Posts: 73
OS: Windows 10 Home
Theme: Classic Theme without DWM
CPU: Intel CORE i5
RAM: 4 GB
GPU: AMD Mobility Radeon HD 5000 Series
Member is Online
|
Post by TechSalt on Jan 22, 2021 1:39:40 GMT -8
There is a better solution to get keyboard shortcuts working with Quero, since this does NOT require any AHK scripts and you could use all keyboard shortcuts. Apperantly you need to delete C:\Program Files\Quero Toolbar\x64\QueroBroker.dll, C:\Program Files\Quero Toolbar\x64\QueroBroker.exe, C:\Program Files\Quero Toolbar\QueroBroker.dll, C:\Program Files\Quero Toolbar\QueroBroker.exe. This also fixed a few more issues in Quero like the titlebar of Windows Explorer saying: "{{an folder}} - Microsoft Internet Explorer".
|
|
ihatemetro
Regular Member
 
I hate the forced UWP/Metro/Tablet UI in Windows 10, I wish they kept at least the Control Panel.
Posts: 354
OS: Windows 10 LTSB 2016 x64 edition, FreeBSD x86_64, BlissOS 11.13 x86_64, MacOS 10.15 & Arch Linux x86_64 | Bootloader: rEFInd
Theme: Windows: Windows 7 Theme on 250% HI-DPI Scaling (Aero Glass Win 8 RP borders) | Arch Linux: KDE Plasma with a ton of blur | rEFInd: A mix of rEFInd-theme-regular and rEFInd-glassy
CPU: Intel Core i7-8565U
RAM: 16GB 2666Mhz DDR4
GPU: Intel UHD 620 & NVIDIA MX150
|
Post by ihatemetro on Jan 22, 2021 15:47:05 GMT -8
There is a better solution to get keyboard shortcuts working with Quero, since this does NOT require any AHK scripts and you could use all keyboard shortcuts. Apperantly you need to delete C:\Program Files\Quero Toolbar\x64\QueroBroker.dll, C:\Program Files\Quero Toolbar\x64\QueroBroker.exe, C:\Program Files\Quero Toolbar\QueroBroker.dll, C:\Program Files\Quero Toolbar\QueroBroker.exe. This also fixed a few more issues in Quero like the titlebar of Windows Explorer saying: "{{an folder}} - Microsoft Internet Explorer". Confirmed working.
|
|