1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 11:47:58 +01:00

make the visual bell solid black and shorten the timeout interval

This commit is contained in:
Doug Kearns
2007-09-05 20:46:22 +00:00
parent ca9dd288cd
commit 0c12d46846
2 changed files with 2 additions and 3 deletions

View File

@@ -295,7 +295,7 @@ const vimperator = (function() //{{{
popup.width = box.width;
popup.showPopup(win, box.screenX, box.screenY, "popup");
setTimeout(function() { popup.hidePopup(); }, 375);
setTimeout(function() { popup.hidePopup(); }, 50);
},
copyToClipboard: function(str)