keep hexadecimal unicode composition in urxvt

Tue, 17 Jun 2014 02:23:12 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 17 Jun 2014 02:23:12 -0400
changeset 68
2f406124848e
parent 67
fe836e76274d
child 69
b33d2188bfb9

keep hexadecimal unicode composition in urxvt

.Xdefaults file | annotate | diff | comparison | revisions
--- a/.Xdefaults
+++ b/.Xdefaults
@@ -12,7 +12,9 @@ URxvt.urgentOnBell: true
 
 URxvt.saveLines: 1000
 
-URxvt.iso14755: false
+! keep LCtrl+LShift+[0-9a-f] unicode insertion
+URxvt.iso14755: true
+! disable LCtrl+LShift+keycap symbolic unicode (use Compose key instead)
 URxvt.iso14755_52: false
 
 #ifdef USE_LOCAL

mercurial