From 906cac5f43f198194e95ffbd3f20c796761f5f0d Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 9 Apr 2012 15:22:02 -0400 Subject: [PATCH] Replace NOT symbol with MINUS SIGN in .Xmodmap. --- src/.Xmodmap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/.Xmodmap b/src/.Xmodmap index 12f9f5a..28aa1d6 100644 --- a/src/.Xmodmap +++ b/src/.Xmodmap @@ -33,8 +33,9 @@ keycode 18 = 9 parenleft U2248 ! U2205 is the empty set keycode 19 = 0 parenright emptyset ! U207B is superscript minus +! U2212 is MINUS SIGN ! U2213 is minus-or-plus -keycode 20 = minus underscore notsign U2213 +keycode 20 = minus underscore U2212 U2213 keycode 21 = equal plus notequal plusminus ! U221A is the square root sign (radical) ! U211A is the set of all rationals -- 2.26.2