Fix typo for £ key in AHK

This commit is contained in:
Anthony Rose 2024-05-21 14:31:19 +01:00
parent 33a26d739a
commit 7e764506e6
2 changed files with 2 additions and 2 deletions

View file

@ -125,7 +125,7 @@ dead_macron := Map.Call(
; E03 - SC004 ; E03 - SC004
; £ ; £
^>SC004::Send "{U+00A3}" >!SC004::Send "{U+00A3}"
<^>!SC004::Send "{U+00A3}" <^>!SC004::Send "{U+00A3}"
; » ; »
>!+SC004::Send "{U+00BB}" >!+SC004::Send "{U+00BB}"

View file

@ -42,7 +42,7 @@
</style> </style>
</head> </head>
<body> <body>
<h1>ACP Keyboard v4.0.0</h1> <h1>ACP Keyboard v4.0.1</h1>
<ol> <ol>
<li><a href="#rationale">Rationale</a></li> <li><a href="#rationale">Rationale</a></li>
<li><a href="#images">Images</a></li> <li><a href="#images">Images</a></li>