If I go to Tools=>Folder Options=>View=>When typing into list view
and enable
Automatically type into the search box
I will be able to automatically search when I start typing(which is what I actually want...I'm only searching the current directory without the subfolders).
But there is one really annoying thing that I'm searching for a way to fix
If I press Enter\NumpadEnter,it will open the file I want to open but it will also execute a search on the current folder which is really annoying.
The only thing I can think of(and I don't like it)is not use AutoHotkey to make those keys open the file on which I hit enter in another way
and enable
Automatically type into the search box
I will be able to automatically search when I start typing(which is what I actually want...I'm only searching the current directory without the subfolders).
But there is one really annoying thing that I'm searching for a way to fix
If I press Enter\NumpadEnter,it will open the file I want to open but it will also execute a search on the current folder which is really annoying.
The only thing I can think of(and I don't like it)is not use AutoHotkey to make those keys open the file on which I hit enter in another way
Code:
#IfWinActive,AHK_class CabinetWClass
Enter::
NumpadEnter::
Keywait,% SubStr(A_ThisHotKey,2)
for window in ComObjCreate("Shell.Application").Windows
Selected := window.Document.SelectedItems
for item in Selected
Run,% Item.Path
Return
My Computer
At a glance
Windows 7 Ultimate x64 SP1i7 4771 3.5Ghz2x8GB DDR3 GEIL EVO LEGGERAPALIT GTX 750 TI StormX Duo
- Computer type
- PC/Desktop
- Computer Manufacturer/Model Number
- Custom Build
- OS
- Windows 7 Ultimate x64 SP1
- CPU
- i7 4771 3.5Ghz
- Motherboard
- ASUS B85 Plus
- Memory
- 2x8GB DDR3 GEIL EVO LEGGERA
- Graphics Card(s)
- PALIT GTX 750 TI StormX Duo
- Monitor(s) Displays
- Samsung T24D390
- Screen Resolution
- 1920x1080
- Hard Drives
- Samsung SSD 840 EVO 128GB
2TB Seagate SATA 3
600GB WD Blue SATA 2
- PSU
- Seasonic S12II 520W Bronze
- Case
- Cooler Master Force 500
- Antivirus
- Avast Free
- Browser
- Firefox