# HG changeset patch # User Steve Losh # Date 1652028940 14400 # Node ID e4f2a344258e014672e52c10907540d15581d8a0 # Parent ea87bf0407c4b11c76565252026b41818e3adf53 More diff -r ea87bf0407c4 -r e4f2a344258e stumpwmrc --- a/stumpwmrc Thu May 05 17:33:06 2022 -0400 +++ b/stumpwmrc Sun May 08 12:55:40 2022 -0400 @@ -565,6 +565,8 @@ (isk-u-Í "M-I" "'I") (isk-l-ó "M-o" "'o") (isk-u-Ó "M-O" "'O") + (isk-l-ö "M-m" "\"o") + (isk-u-Ö "M-M" "\"O") (isk-l-ú "M-u" "'u") (isk-u-Ú "M-U" "'U") (isk-l-ý "M-y" "'y") @@ -572,7 +574,9 @@ (isk-l-þ "M-t" "th") (isk-u-Þ "M-T" "TH") (isk-l-đ "M-d" "dh") - (isk-u-Đ "M-D" "DH")) + (isk-u-Đ "M-D" "DH") + (isk-l-æ "M-h" "ae") + (isk-u-Æ "M-H" "AE"))