1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-07-21 19:05:19 +02:00

karabiner: change Hyper+T to Hyper+W for Telegram

This commit is contained in:
TheGeneralist 2026-07-06 13:23:27 +02:00
parent f840f89386
commit aa3cbcfb5e
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4

View file

@ -415,11 +415,11 @@ let
]; ];
} }
{ {
description = "Hyper+T opens Telegram"; description = "Hyper+W opens Telegram";
manipulators = [ manipulators = [
{ {
from = { from = {
key_code = "t"; key_code = "w";
modifiers = { modifiers = {
mandatory = hyperModifiers; mandatory = hyperModifiers;
}; };