Updated config
This commit is contained in:
parent
3db9ed2cf1
commit
3148765c4c
5 changed files with 34 additions and 2 deletions
26
.config/hypr/typing.conf
Normal file
26
.config/hypr/typing.conf
Normal file
|
@ -0,0 +1,26 @@
|
|||
$mod = ALT
|
||||
|
||||
# Special characters
|
||||
bindle = $mod, KP_Add, exec, wtype ±
|
||||
bindle = $mod, KP_Subtract, exec, wtype ±
|
||||
bindle = $mod, Equal, exec, wtype ≈
|
||||
bindle = $mod, Grave, exec, wtype ≈
|
||||
bindle = $mod, T, exec, wtype ™
|
||||
bindle = $mod, C, exec, wtype ©
|
||||
bindle = $mod, R, exec, wtype ®
|
||||
|
||||
# German language
|
||||
bindle = $mod, A, exec, wtype ä
|
||||
bindle = $mod SHIFT, A, exec, wtype Ä
|
||||
bindle = $mod, O, exec, wtype ö
|
||||
bindle = $mod SHIFT, O, exec, wtype Ö
|
||||
bindle = $mod, U, exec, wtype ü
|
||||
bindle = $mod SHIFT, U, exec, wtype Ü
|
||||
bindle = $mod, S, exec, wtype ß
|
||||
|
||||
# Emoji
|
||||
bindle = $mod, W, exec, wtype 👋
|
||||
bindle = $mod, H, exec, wtype ❤️
|
||||
bindle = $mod, L, exec, wtype 👍
|
||||
bindle = $mod, P, exec, wtype 🙏
|
||||
bindle = $mod, F, exec, wtype 🤣
|
Loading…
Add table
Add a link
Reference in a new issue