From 883d9c564dab566ad9418559b8d65ead54e9c2c3 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 6 Jan 2015 16:32:47 -0500 Subject: Add Karabiner configuration --- Library/Application Support/Karabiner/private.xml | 42 +++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 Library/Application Support/Karabiner/private.xml (limited to 'Library/Application Support/Karabiner/private.xml') diff --git a/Library/Application Support/Karabiner/private.xml b/Library/Application Support/Karabiner/private.xml new file mode 100644 index 00000000..6add38fa --- /dev/null +++ b/Library/Application Support/Karabiner/private.xml @@ -0,0 +1,42 @@ + + + + LEOPOLD + 0x0853 + + + + FC660C + 0x0134 + + + + Leopold Media Control + private.leopold_media_control + DeviceVendor::LEOPOLD, DeviceProduct::FC660C + + Rebind Ctrl+Help to Volume Up + __KeyToKey__ KeyCode::HELP, ModifierFlag::CONTROL_R, ConsumerKeyCode::VOLUME_UP + + Rebind Ctrl+Delete to Volume Down + __KeyToKey__ KeyCode::FORWARD_DELETE, ModifierFlag::CONTROL_R, ConsumerKeyCode::VOLUME_DOWN + + Rebind Help to Play/Pause + __KeyToKey__ KeyCode::HELP, ConsumerKeyCode::MUSIC_PLAY + + Rebind Delete to Next + __KeyToKey__ KeyCode::FORWARD_DELETE, ConsumerKeyCode::MUSIC_NEXT + + + + Back/Forward Mouse Buttons to Space Switching + private.bfmb_spaces + DeviceVendor::LOGITECH, DeviceProduct::LOGITECH_UNIFYING_0xc52b + + Button 4 to Control+L + __KeyToKey__ PointingButton::BUTTON4, KeyCode::L, ModifierFlag::CONTROL_L + + Button 5 to Control+H + __KeyToKey__ PointingButton::BUTTON5, KeyCode::H, ModifierFlag::CONTROL_L + + -- cgit 1.4.1 2938437ecc63ed2a99'>unfollow)
Commit message (Expand)Author
2018-09-11Move gfx man pages to gfx/manJune McEnroe
2018-09-11Move bin man pages to bin/manJune McEnroe
2018-09-11Rewrite gfx.7 and render plaintext READMEJune McEnroe
2018-09-11Remove GAMES from BINSJune McEnroe
2018-09-11Rewrite bin.7 and render to plaintext READMEJune McEnroe
2018-09-11Add "blank" lines to man pagesJune McEnroe
2018-09-10Add mdoc syntax fileJune McEnroe
2018-09-08Fix Nm usage in multi-name man pagesJune McEnroe
2018-09-08Put real dates on man pagesJune McEnroe
2018-09-08Replace gfx README with REAMDE.7June McEnroe
2018-09-08Link gfx man pages in ~/.localJune McEnroe