topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 7:01 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - jukla [ switch to compact view ]

Pages: [1]
1
This is a very handy script!  :)

Here are two additions I found useful. Add them if you like them.

1. Add box for typing or pasting a path from clipboard when browsing for root folder:
change
FileSelectFolder,startfolder
to
FileSelectFolder,startfolder,,3

2. When starting the program, populate the ListView with the folder delempty.exe resides in and all its subfolders.
change
includefolders=0
Return

to
includefolders=0
startfolder=%A_ScriptDir%
Gosub, COUNT
Return


Here's a request:
When selecting multiple rows in the listview, allow to toggle check/uncheck checkbox for all of them with space (currently only one row gets checked/unchecked). I don't know how to implement that in AutoHotKey myself, but I bet it can be done.

2
Great program!!!    :Thmbsup:

Suggestions:

1. Let mousewheel = scroll hits list up/down edit2 even when search field has focus

2. Tweaks for page up/down & home/end buttons:
- a. when focus in search field, "page down" = one page down in results.
- b. when focus in search field, "end" = to end of results.
- c. when focus in results, "page up"/"home" should work as now BUT when getting to topmost result item, let NEXT "page up"/"home" keypress jump to "search field"  edit: ok, just noticed that TAB jumps between search/results so 2c could be scrapped.

3. Add content filters. Let user specify groups of file name filters (for example TXT = .txt, .doc etc) and apply filter modes via hotkeys, for example ALT, CTRL and SHIFT. When focus in search field, let default mode "snap back" after hotkey release. After moving focus to results, keep filter on. Also, add noticeable interface change to signal current mode (change main title bar color, text and/or color dot in task bar etc)

4. Add action modifiers. Let user specify what action to do when pressing Enter + modifier (CTRL/SHIFT/ALT/WIN). Many of the context menu actions could be used (copy path, explore here...)
As above, add noticeable interface change to signal current mode.

5. When in auto resize mode AND having horizontal scroll bar, the last hit in the list (for example hit 5 out of 5) is partly covered by the scroll bar.

6. Add minimize/maximize buttons.

7. Let two taps on CTRL launch/exit FARR

edit2 ok, two more:
8. Add options for more minimal interface: no column header row, no title bar, smaller scrollbars

9. Disallow executing results on ALT + F-key (for example, ALT+F4)


Pages: [1]