15 lines
216 B
Plaintext
15 lines
216 B
Plaintext
|
# 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
|