Commit 5c5196412006

Vincent Demeester <vincent@sbr.pm>
2026-02-10 15:19:01
fix(kitty): changed translate hint to Ctrl+Alt+T
Avoided conflict with Ctrl+Shift+T which is used for new tab.
1 parent 38d3796
Changed files (1)
home
common
desktop
home/common/desktop/kitty.nix
@@ -117,7 +117,7 @@
       # Word selection hints with multiple actions
       # Copy word to clipboard (default word hint already at kitty_mod+d)
       map kitty_mod+alt+d mkh --customize-processing ~/.config/kitty/word-hints.py define
-      map kitty_mod+t mkh --customize-processing ~/.config/kitty/word-hints.py translate
+      map ctrl+alt+t mkh --customize-processing ~/.config/kitty/word-hints.py translate
 
       # ============================================================================
       # KITTY POPUPS (tmux-style overlays)