Ctrl+Alt+Del
, to a Windows box when you are connected using a Mac via Microsoft's Remote Desktop Connection, try Ctrl+Option+Delete
(backspace
).
Work. Play. Think. Love. Life.
Ctrl+Alt+Del
, to a Windows box when you are connected using a Mac via Microsoft's Remote Desktop Connection, try Ctrl+Option+Delete
(backspace
).
~/Library/Application Support/Google/Chrome/Default/Login Data
To remove an entry from the exception list, do the following:1
for the column blacklisted_by_user
. Double-click the desired cell, change the value to 0
, and click "Apply Changes"bugmenot
while viewing the desired login page, and the top-ranked Bugmenot entry will be populated and submitted.'Can't add a login with both a httpRealm and formSubmitURL.' when calling method: [nsILoginManager::addLogin]
chrome/content/passwordexporter.jar
, in the file content/pwdex-loginmanager.js
,
540,541c540,549
<
< var bogusLoginInfo = new nsLoginInfo(entries[i].hostname, 'http://passwordexporter',
---
> var doModify = false;
>
> var formSubmitURL = entries[i].formSubmitURL;
>
> if (formSubmitURL) {
> formSubmitURL = '';
> doModify = true;
> }
>
> var bogusLoginInfo = new nsLoginInfo(entries[i].hostname, formSubmitURL,
548c556
< loginManager.modifyLogin(bogusLoginInfo, entries[i]);
---
> if (doModify) loginManager.modifyLogin(bogusLoginInfo, entries[i]);
Ctrl+B
. I hunted around for this ability in Firefox but it took a little finagling -- here's the how-to:Ctrl+Shift+F12
.Ctrl+B
to toggle the Bookmarks Toolbar, first disable the default association to "Bookmarks" by selecting it and clicking the "Disable" button.Toggle Bookmarks Toolbar
var b = document.getElementById('PersonalToolbar');
b.collapsed = !b.collapsed;
Ctrl+B
, for example), and click "Apply."var s = document.getElementById('status-bar');Enjoy!
s.hidden = !s.hidden;
Alt+Shift+2
on Windows and Linux, and Cmd+Shift+2
on the Mac.todoist-sidebar.key
and todoist-sidebar.modifiers
in about:config
, according to Mozilla's XUL:key specification. A Firefox restart is required for the changes to take effect. Setting either of these values to blank disables the keyboard shortcut.Alt+Shift+2
for Windows and Linux, and Cmd+Shift+2
for the Mac.Alt+Shift+2
(Cmd+Shift+2
on the Mac) when I get the chance. In the meantime, you can do this yourself by setting todoist-sidebar.key
to "2" and todoist-sidebar.modifiers
to "alt shift" for Windows/Linux or "accel shift" for the Mac in about:config
.todoist-sidebar.modifiers
setting in about:config
. Please be patient and I'll look into this shortly.
CloudDiff - Compare versions of your Dropbox or pCloud text files in-browser or using your configured diff tool. Updates 2021-06-28 up...