add a shift+ins to insert special characters
This commit is contained in:
parent
1be3c2feaa
commit
36b441f054
|
@ -53,3 +53,6 @@ super + {t,f,s}
|
||||||
# x230t specific -- activate the tablet menu
|
# x230t specific -- activate the tablet menu
|
||||||
XF86RotateWindows
|
XF86RotateWindows
|
||||||
tabletmenu
|
tabletmenu
|
||||||
|
|
||||||
|
shift + Insert
|
||||||
|
special_ins
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue