Skip to content

smh/puppet-keyremap4macbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: This module is deprecated - use boxen/puppet-karabiner instead.

KeyRemap4MacBook Puppet Module for Boxen

Build Status

Installs KeyRemap4MacBook on your Mac.

Usage

include keyremap4macbook

# launch and add login-item
include keyremap4macbook::login_item

# enable remapping left control to left control + escape
keyremap4macbook::remap{ 'controlL2controlL_escape': }

# set the parameter.keyoverlaidmodifier_timeout to 300
keyremap4macbook::set{ 'parameter.keyoverlaidmodifier_timeout':
  value => '300'
}

# set the contents of the private.xml file.
keyremap4macbook::private_xml{ 'private.xml':
  content => '<some>xml</some>'
}

Required Puppet Modules

  • boxen
  • osx

Development

Write code. Run script/cibuild to test it. Check the script directory for other useful tools.

About

A Boxen puppet module for the KeyRemap4MacBook application

Resources

Stars

Watchers

Forks

Packages

No packages published