keysnail icon indicating copy to clipboard operation
keysnail copied to clipboard

Allows you to bind commands to key sequences in Mozilla Firefox

Results 91 keysnail issues
Sort by recently updated
recently updated
newest added

This is wiki about multiprocess. https://wiki.mozilla.org/Electrolysis#Overview

The following: ``` key.setGlobalKEy('M-w', function (ev) { command.copyRegion(ev); }, 'Copy selected text', true); ``` Fails to work when the findbar is up, M-w gets highjacked by the "Whole Works" toggle....

For example `ee` instead of `e` to navigate the links.

Electrolysis will arrive forcibly to Firefox in a couple of versions, and this could affect some parts of the plugin as well. May something be done to it? https://wiki.mozilla.org/Electrolysis

in the keybindings.html C-x C-s | Save current page to the file but i can not use "C-x C-s " to save current page but after i use "F2" to...

I am a keysnail newbie and just installed keysnail and added the HoK and Tanything plugins? Do these commands already in exist? - Open in new tab - Close current...

in vimperator . I can use `:donwload` to open download window. How to do same thing in `keysnail` without mouse press? thank you very much

I am using Ubuntu 14.04 LTS. The default mail client is Thunderbirt 31.4. When I drag the "keysnail.xpi" file to the addon page of the thunderbird. Thunderbird prompts "KeySnail could...

For example, in below code, the `command-v` is occupied for `scroll page up`. But it's sort of annoying because many third party clipboard managers use `command-v` to do the paste...