-
When an abuse response is received when trying to update a DynDNS hostname, ddclient prints:
"The hostname specified is blocked for abuse; fill in the form at http://support.dyndns.org/abuse.php to be unblocked"
However, http://support.dyndns.org/abuse.php no longer exists. In fact, there isn't a direct URL anymore for unblock requests, it's just shown on the page for each host. This...
2009-05-15 19:11:35 UTC in ddclient
-
Do you have a link to the bug regarding this?.
2009-04-28 19:11:44 UTC in AutoKey
-
Ugh. I just upgraded to Jaunty and ran into this. Lovely.
2009-04-28 19:09:45 UTC in AutoKey
-
Sounds good. I made a small hack to my autokey to work around this by checking the keys on press, and adding a 0.2 second sleep before expanding - it works fine for my purposes, but obviously isn't the right way to fix it. The lock sounds like a good way to go, as long as it only waits for all keys to be released before expanding, and doesn't take into account the order of the releases, or...
2008-12-03 00:34:28 UTC in AutoKey
-
This patch adds a field in the about dialog showing how many less keystrokes have been typed by using the abbreviations in the program since it was last opened.
It's nice for those curious as to exactly how much typing using autokey saves them each day. :)
2008-12-03 00:10:09 UTC in AutoKey
-
Looks like this is caused by the key being handled on key release rather than keypress, I'm not releasing the keys in the same order I press them in. Changing autokey to handle the key on press fixes it, but causes issues with the "immediate" option at the least (some characters are not erased). I'll try to think of a better solution for this...
2008-11-29 00:46:10 UTC in AutoKey
-
This seems to be related to typing speed. After adding a printout of all characters as autokey sees them, I noticed that it's seeing "toin" instead of "tion". While "tion" is showing up correctly in the application I typed it into, it's out of order in autokey, so it doesn't expand. Typing the abbr's slowly works. I'm going to look into this further.
2008-11-29 00:12:40 UTC in AutoKey
-
Updated patch to fix bug where expansions containing commas did not work.
File Added: ConfigParser_to_ConfigObj_0.40.2-2.diff.
2008-11-28 22:14:52 UTC in AutoKey
-
Nevermind this, I thought I was retesting this against a clean autokey 0.40.2 tree, but apparently not, as I can't reproduce it anymore.
2008-11-28 20:54:54 UTC in AutoKey
-
This is something that worked in 0.40.1.
2008-11-28 20:32:08 UTC in AutoKey