Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@gedit/keyboard
Advanced tools
The `@theia/keymaps` allows the user to reconfigure default keybindings with custom keymaps.\ By modifying the appropriate `keymaps.json`, the user can modify existing keybindings, or add keybindings to commands that do not yet have a keybinding associate
The @theia/keymaps
allows the user to reconfigure default keybindings with custom keymaps.
By modifying the appropriate keymaps.json
, the user can modify existing keybindings, or add keybindings to commands that do not yet have a keybinding associated to them.
Example of a valid keymaps.json
file
[
{
"command": "quickCommand",
"keybinding": "ctrl+shift+f4"
}
]
where command
is a unique command id and keybinding is a valid keybinding
. There's also an optional context
property that can be specified (which is also a unique string for a context id).
For most keys you can directly use the name of the key i.e a
, 3
, /
, -
.
To use ctrl
on Linux/Windows and cmd
on OSX, use ctrlcmd
.
You can use shift
, ctrl
, alt
, meta
, option
(alt
), command
(meta
), cmd
(meta
) as modifiers. Note that if you defined a custom shortcut with cmd
, command
or meta
, the same keymaps file won't work on a Windows/Linux machine as this key doesn't have an equivalent.
You can also use the following strings for special keys: backspace
, tab
, enter
, return
, capslock
, esc
, escape
, space
, pageup
, pagedown
, end
, home
, left
, up
, right
, down
, ins
, del
and plus
.
If unsure you can always look at the framework's supported keys
Key sequences like: ctrl+x ctrl+a
or ctrl+a b c
are supported. With the following limitations:
"Theia" is a trademark of the Eclipse Foundation https://www.eclipse.org/theia
FAQs
The `@theia/keymaps` allows the user to reconfigure default keybindings with custom keymaps.\ By modifying the appropriate `keymaps.json`, the user can modify existing keybindings, or add keybindings to commands that do not yet have a keybinding associate
The npm package @gedit/keyboard receives a total of 60 weekly downloads. As such, @gedit/keyboard popularity was classified as not popular.
We found that @gedit/keyboard demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.