# HG changeset patch # User Meredith Howard # Date 1402986192 14400 # Node ID 2f406124848e0f023e4d375b23ef7df918c8edd2 # Parent fe836e76274d96963d101f275c4fc32afdc68336 keep hexadecimal unicode composition in urxvt diff --git a/.Xdefaults b/.Xdefaults --- 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