Monday, October 7, 2024

PC, AHK, it will show all long file names in Windows Explorer.

 PC, AHK, it will show all long file names in Windows Explorer.

 

It only works in Windows Explorer.
If you press the mouse wheel button, it will show all long file names in Windows Explorer.

It can shorten your work time.
If you add the source, it will be available in all programs. 

The code below is designed for use with AutoHotkey (AHK). You can compile this code into an executable file and set it to run automatically when Windows boots up. This feature is particularly useful for people who frequently use their computers. It can be especially beneficial for those involved in design work, as it offers a way to save time and streamline their workflow.


#IfWinActive,ahk_class CabinetWClass     ;; in the windows explorer.
MButton::
SendInput,^{NumpadAdd}  ;; {Ctrl}+{+}
Return



Copyright2021olympithecus

No comments:

Post a Comment

Copyright 2021 - 2025. | Jessica | All Rights Reserved.

Popular Posts