add a shift+ins to insert special characters

This commit is contained in:
stupidcomputer 2024-05-28 10:14:25 -05:00
parent 1be3c2feaa
commit 36b441f054
2 changed files with 17 additions and 0 deletions

View File

@ -53,3 +53,6 @@ super + {t,f,s}
# x230t specific -- activate the tablet menu
XF86RotateWindows
tabletmenu
shift + Insert
special_ins

14
builds/utils/sh/special_ins Executable file
View File

@ -0,0 +1,14 @@
# insert special characters universally in xorg
(
tmenu <<DONE
í i-acute
Í I-acute
ó o-acute
Ó O-acute
á a-acute
Á a-acute
DONE
) | awk -F' ' '{print $1}' \
| tr -d '\n' \
| xclip -in -selection clipboard