New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

nw-dev-keybindings

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nw-dev-keybindings

Open dev tools and refresh keybindings for NW.js

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

nw-dev-keybindings

"Open dev tools" and "refresh page" keybindings for NW.js.

Skips creating bindings if you are not on the SDK version.

Written in glorius ES5 (that means it runs in all version of NW.js, even super old ones).

Usage

  • npm install --save nw-dev-keybindings
  • Add this to your HTML file:
<script>
const nwDevKeyBindings = require('nw-dev-keybindings');
nwDevKeyBindings(window);
</script>

Then, if you are in the SDK version of NW.js, you'll be able to run these commands:

Key bindingOutcome
F5Soft refresh
Shift+F5Refresh ignoring cache
Command+Shift+RRefresh ignoring cache
Ctrl+F5Hard refresh
Ctrl+RHard refresh
Command+RHard refresh
F12Open Dev Tools
Ctrl+Shift+IOpen Dev Tools
Option+Shift+IOpen Dev Tools

Keywords

NW.js

FAQs

Package last updated on 11 Jan 2024

Did you know?

Socket

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.

Install

Related posts