Make the favorites toolbar update more
Posted by: user69
Date: March 15, 2017 06:04PM

Hi, in KM 75.1, the regular favorites will update if you rename something or add/delete something, but the favorites bar will not. To fix this, I made a script in Autohotkey run from alt+m to automatically create and delete a blank text file inside my bookmarks folder :cool:, here it is:

!m::
FileAppend, This is a blank line`n, C:\Users\MYUSERNAME\Favorites\NewTextFile.txt
FileDelete, C:\Users\MYUSERNAME\Favorites\NewTextFile.txt
Return

Otherwise, if you rename a file, you won't notice until the next favorite you add/delete from your bar



Edited 1 time(s). Last edit at 03/15/2017 06:05PM by user69.

K-Meleon forum is powered by Phorum.