summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJesse Luehrs <doy@stripe.com>2018-04-16 10:30:43 -0700
committerJesse Luehrs <doy@tozt.net>2018-04-16 12:23:02 -0700
commite931b01de18ac87626bf35d32476fb72598596ed (patch)
tree2794bd34b8b48c0276453abed03b6f0397ee21d6 /config
parenta9bbd66f5c91ab03915195e7c5a4b28576a663fc (diff)
downloadconf-e931b01de18ac87626bf35d32476fb72598596ed.tar.gz
conf-e931b01de18ac87626bf35d32476fb72598596ed.zip
disable media keys
i don't want to accidentally open itunes
Diffstat (limited to 'config')
-rw-r--r--config/karabiner/karabiner.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/config/karabiner/karabiner.json b/config/karabiner/karabiner.json
index 94c145a..203bed9 100644
--- a/config/karabiner/karabiner.json
+++ b/config/karabiner/karabiner.json
@@ -909,6 +909,30 @@
"to": {
"key_code": "fn"
}
+ },
+ {
+ "from": {
+ "consumer_key_code": "rewind"
+ },
+ "to": {
+ "key_code": "vk_none"
+ }
+ },
+ {
+ "from": {
+ "consumer_key_code": "play_or_pause"
+ },
+ "to": {
+ "key_code": "vk_none"
+ }
+ },
+ {
+ "from": {
+ "consumer_key_code": "fastforward"
+ },
+ "to": {
+ "key_code": "vk_none"
+ }
}
],
"virtual_hid_keyboard": {