| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| AltTab_2026.1.0.0_x64.7z | 2026-01-03 | 1.1 MB | |
| AltTab_2026.1.0.0_Logger_x64.7z | 2026-01-03 | 1.1 MB | |
| 2026.1 source code.tar.gz | 2026-01-03 | 12.2 MB | |
| 2026.1 source code.zip | 2026-01-03 | 12.3 MB | |
| README.md | 2026-01-03 | 2.5 kB | |
| Totals: 5 Items | 26.8 MB | 18 | |
What's Changed
- Used edit control instead of static text control for search string. A… by @lokeshgovindu in https://github.com/lokeshgovindu/AltTab/pull/25
- Fix the minor issue while clearing the hot item while leaving mouse. by @lokeshgovindu in https://github.com/lokeshgovindu/AltTab/pull/26
- Show the AltTab tray context menu instead of showing the default cont… by @lokeshgovindu in https://github.com/lokeshgovindu/AltTab/pull/27
- Feature/master/make all settings available in ini file by @lokeshgovindu in https://github.com/lokeshgovindu/AltTab/pull/28
- Feature/master/add an option to disable mouseover hot tracking by @lokeshgovindu in https://github.com/lokeshgovindu/AltTab/pull/29
- release/2026.1 by @lokeshgovindu in https://github.com/lokeshgovindu/AltTab/pull/30
Full Changelog: https://github.com/lokeshgovindu/AltTab/compare/2025.2.0.1...2026.1
2026.1.0.0 new features and bug fixes
-------------------------------------
+ Used edit control instead of static text control for search string. We can see
cue banner search text when the search string is empty.
> Displaying the tray context menu on search string edit control instead of
default one.
> Default search string cue banner text can be changed from the settings.
+ Added the below options to control Mouse Hover actions in settings dialog.
> Show ProcessInfo Tooltip
> Show Highlight Rectangle
> Show Delete Button
+ Provided settings to configure highlight text and background colors from INI
file.
Please add/edit the following lines under ListView section in INI file as
shown below:
[ListView]
HighlightTextColor=0xFF0000
HighlightBackgroundColor=0xFFFFBF
Note:
These settings are not available in Settings UI at present.
1. Please add the above params manually
2. Go to settings dialog and update any setting to create the new settings
file.
After updating the highlight colors manually, please use
`Tray Icon -> Reload AltTabSettings.ini' menu to make use of the updated
settings in AltTab window.
- Clear the process tooltip info while leaving the mouse from AltTab window.
- Prevent closing AltTab window on pressing the Escape key when Context Menu
is visible in AltTab window.