updates karabiner config to work with the branch that supports standalone keys & one-to-many mappings
This commit is contained in:
parent
58caf1b9e2
commit
a28b86dc4a
2 changed files with 8 additions and 26 deletions
|
|
@ -6,28 +6,7 @@
|
||||||
},
|
},
|
||||||
"profiles": [
|
"profiles": [
|
||||||
{
|
{
|
||||||
"devices": [
|
"devices": [],
|
||||||
{
|
|
||||||
"disable_built_in_keyboard_if_exists": false,
|
|
||||||
"identifiers": {
|
|
||||||
"is_keyboard": true,
|
|
||||||
"is_pointing_device": false,
|
|
||||||
"product_id": 1553,
|
|
||||||
"vendor_id": 3897
|
|
||||||
},
|
|
||||||
"ignore": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"disable_built_in_keyboard_if_exists": false,
|
|
||||||
"identifiers": {
|
|
||||||
"is_keyboard": true,
|
|
||||||
"is_pointing_device": false,
|
|
||||||
"product_id": 601,
|
|
||||||
"vendor_id": 1452
|
|
||||||
},
|
|
||||||
"ignore": true
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"fn_function_keys": {
|
"fn_function_keys": {
|
||||||
"f1": "vk_consumer_brightness_down",
|
"f1": "vk_consumer_brightness_down",
|
||||||
"f10": "mute",
|
"f10": "mute",
|
||||||
|
|
@ -42,14 +21,19 @@
|
||||||
"f8": "vk_consumer_play",
|
"f8": "vk_consumer_play",
|
||||||
"f9": "vk_consumer_next"
|
"f9": "vk_consumer_next"
|
||||||
},
|
},
|
||||||
"name": "Default profile",
|
"name": "Default Profile",
|
||||||
|
"one_to_many_mappings": {},
|
||||||
"selected": true,
|
"selected": true,
|
||||||
"simple_modifications": {
|
"simple_modifications": {
|
||||||
"caps_lock": "left_control"
|
"caps_lock": "left_control"
|
||||||
},
|
},
|
||||||
|
"standalone_keys": {
|
||||||
|
"caps_lock": "escape"
|
||||||
|
},
|
||||||
"virtual_hid_keyboard": {
|
"virtual_hid_keyboard": {
|
||||||
"caps_lock_delay_milliseconds": 0,
|
"caps_lock_delay_milliseconds": 0,
|
||||||
"keyboard_type": "ansi"
|
"keyboard_type": "ansi",
|
||||||
|
"standalone_keys_delay_milliseconds": 200
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -42,5 +42,3 @@ curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.g
|
||||||
mv ~/.emacs.d ~/.emacs.bak
|
mv ~/.emacs.d ~/.emacs.bak
|
||||||
git clone --recursive http://github.com/syl20bnr/spacemacs ~/.emacs.d
|
git clone --recursive http://github.com/syl20bnr/spacemacs ~/.emacs.d
|
||||||
rm ~/.spacemacs; ln -s ~/dotfiles/spacemacs ~/.spacemacs
|
rm ~/.spacemacs; ln -s ~/dotfiles/spacemacs ~/.spacemacs
|
||||||
ln -s ~/dotfiles/spacemacs_private/twittering-mode ~/.emacs.d/private/twittering-mode
|
|
||||||
ln -s ~/dotfiles/spacemacs_private/mu4e ~/.emacs.d/private/mu4e
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue