Skip to content

Undocumented shortcut for opening a website #332

@rapidcow

Description

@rapidcow

Hi, this isn't any specific bug so I'll just jump to my question. I was reading the Modal HTTP authentication section of README.md and was confused about what it meant by opening a website with Browserpass:

If you want Browserpass to handle modal authentication, you must open these websites using Browserpass.

After a bit of digging, I found that pressing Ctrl+G was how you open one from popup/interface.js L310-314:

function keyHandler(e) {
    /* start of my quoted code */
    switch (e.code) {
        case "KeyG":
            if (e.ctrlKey) {
                this.doAction(e.shiftKey ? "launchInNewTab" : "launch");
            }
            break;
    }
    /* end of my quoted code */
}

Was this obvious or is this something that needs clarification in the README?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions