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:
parent
f840f89386
commit
aa3cbcfb5e
1 changed files with 2 additions and 2 deletions
|
|
@ -415,11 +415,11 @@ let
|
|||
];
|
||||
}
|
||||
{
|
||||
description = "Hyper+T opens Telegram";
|
||||
description = "Hyper+W opens Telegram";
|
||||
manipulators = [
|
||||
{
|
||||
from = {
|
||||
key_code = "t";
|
||||
key_code = "w";
|
||||
modifiers = {
|
||||
mandatory = hyperModifiers;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue