mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.6 KiB
Diff
41 lines
1.6 KiB
Diff
Fix comments.
|
|
https://github.com/BlueM/cliclick/commit/d9671884971b36d9eda60139633c0e61c6644948
|
|
--- KeycodeInformer.m.orig
|
|
+++ KeycodeInformer.m
|
|
@@ -193,7 +193,7 @@ - (NSDictionary *)getReplacementMapForKeyboardLayoutNamed:(NSString *)layoutName
|
|
// #SUPPORTED German: ÄËÏÖÜŸäëïöüÿÁÉÍÓÚáéíóúÀÈÌÒÙàèìòùÂÊÎÔÛâêîôûÃÕÑãõñ
|
|
// #KNOWN_UNSUPPORTED German: ŃńǸǹŇňŘřŠšŮů
|
|
return @{
|
|
- // U:lauts
|
|
+ // Umlauts
|
|
@"Ë": @"¨E",
|
|
@"Ÿ": @"¨Y",
|
|
@"ë": @"¨e",
|
|
@@ -224,7 +224,7 @@ - (NSDictionary *)getReplacementMapForKeyboardLayoutNamed:(NSString *)layoutName
|
|
@"ò": @"`o",
|
|
@"ù": @"`u",
|
|
|
|
- // C:rcumflex
|
|
+ // Circumflex
|
|
@"Â": @"^A",
|
|
@"Ê": @"^E",
|
|
@"Î": @"^I",
|
|
@@ -335,7 +335,7 @@ - (NSDictionary *)getReplacementMapForKeyboardLayoutNamed:(NSString *)layoutName
|
|
// #SUPPORTED Polish: ÄÖÜäöüÁÉÍÓÚáéíóúŃńŇňŘřŠš
|
|
// #KNOWN_UNSUPPORTED Polish: ËÏŸëïÿÀÈÌÒÙàèìòùǸǹÂÊÎÔÛâêîôûÃÕÑãõñŒœÅåØøÆæ
|
|
return @{
|
|
- // U:lauts
|
|
+ // Umlauts
|
|
@"Ä": @"¨A",
|
|
@"Ö": @"¨O",
|
|
@"Ü": @"¨U",
|
|
@@ -435,7 +435,7 @@ - (NSDictionary *)getReplacementMapForKeyboardLayoutNamed:(NSString *)layoutName
|
|
@"ì": @"`i",
|
|
@"ò": @"`o",
|
|
|
|
- // C:rcumflex
|
|
+ // Circumflex
|
|
@"Â": @"^A",
|
|
@"Ê": @"^E",
|
|
@"Î": @"^I",
|