aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-12-09 17:49:53 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-12-09 17:49:53 -0500
commit6251f6340dd7ed09052b2d9bd49073a7d00f787d (patch)
tree00fa74a566ab22c3739af936070cb4e6f27d1c38
parente230f8a9045a7ab12cb6c5151b0cf623c3135064 (diff)
Allow <> key to type ≤≥ on keyboards that have it
-rw-r--r--editors/bqn1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/bqn b/editors/bqn
index bbe02228..90866f40 100644
--- a/editors/bqn
+++ b/editors/bqn
@@ -69,4 +69,5 @@ xkb_symbols "bqn" {
key <AB08> { [ U0223E, U02264 ] }; // ,∾≤
key <AB09> { [ U0224D, U02265 ] }; // .≍≥
key <AB10> { [ U02260, U021D0 ] }; // /≠⇐
+ key <LSGT> { [ U02264, U02265 ] }; // <≤≥
};