Version information
released Aug 8th 2016
This version is compatible with:
Start using this module
Add this module to your Puppetfile:
mod 'jiha-ctrlcaps', '0.1.1'
Learn more about managing modules with a PuppetfileDocumentation
jiha/ctrlcaps — version 0.1.1 Aug 8th 2016
ctrlcaps
Table of Contents
- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with ctrlcaps
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Overview
Swaps left control and caps-lock key.
Module Description
By changing registry keys we remap the scancodes for ctrl(left) and caps-lock so that those two are swaped.
Setup
What ctrlcaps affects
- registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout
Beginning with ctrlcaps
Usage
use this module by requiring or the class { 'ctrlcaps': } syntax, it does not take any parameters.
Limitations
Only works on windows, needs puppetlabs-registry
Development
Send me a pull-request, if you have changes. Found a issue, go to github and post it there. or send me a email.
Release Notes/Contributors/Etc Optional
V 0.1.0 inital version
Dependencies
- puppetlabs-registry (>= 1.1.0)