-
After updating to chrome Version 70.0.3538.77 (Official Build) (64-bit), all shortcuts made sith mousetrap.js stopped working.
-
It would be nice to have more consistency throughout the interface and follow node graph standards.
1. ctrl+d is usually duplicate node, never "load default graph"
2. link extremity usually snaps …
-
### Discussed in https://github.com/johnfactotum/foliate/discussions/1233
Originally posted by **gotmax23** January 19, 2024
There used to be a menu to list all the available keyboard shortcut…
-
Hi,
I'm really excited about vimception but have trouble of loading it in ipython notebook.
when running %load_ext vimception, I got the following error message. I guess it has something to do with t…
-
## Positron Version:
Positron Version: 2024.03.0 (system setup) build 2024.03.0-6584
Code - OSS Version: 1.87.0
Commit: fe73a9a3a0e292970657bcb3fb9214eb9158e3e1
Date: 2024-04-01T03:18:17.396Z
Ele…
-
- Azure Data Studio Version:
Version: 1.20.0-rc1
Commit: 810cd8c33b3cc95872a1c71a4b097ae0b8df44fd
Date: 2020-07-10T07:58:47.322Z
VS Code: 1.46.0
Electron: 7.3.2
Chrome: 78.0.3904.130…
-
From a recent Firefox review:
> This add-on is creating DOM nodes from HTML strings by assigning to innerHTML. It is recommended to use textContent or createElement then append to Dom. (ref: L183, …
-
Some sites have link-like interaction that uses pure js rather than actual links. So the `f` command won't bring up any letter shortcuts next to them.
If there's way to simulate mouse clicks on sele…
-
good morning,
We use hotkey.js as follows:
hotkey.unbind()
hotkeys(shortcut.key, shortcut.options , event)
with options: { keydown: false, keyup: true }
in order to receive only events o…
-
1. Switch to in-browser menus by making the following changes.
- Locate _isHTMLMenu function in command/Menus.js and make it return true.
- Locate `$("body").addClass("in-browser");` in brackets…