Socket
Book a DemoInstallSign in
Socket

etc-keyboard

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

etc-keyboard

Detect keyboard layout on Linux

latest
Source
npmnpm
Version
2.0.1
Version published
Maintainers
1
Created
Source

etc-keyboard Build Status

Detect keyboard layout on Linux

Install

$ npm install --save etc-keyboard

Usage

const etcKeyboard = require('etc-keyboard');

etcKeyboard().then(layout => {
	console.log(layout);
	//=> 'us'
});
  • etc-keyboard-cli - CLI for this module.

License

MIT © Kevin Martensson

Keywords

detect

FAQs

Package last updated on 12 Jan 2016

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