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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user