This commit is contained in:
Dennis Gentry 2022-07-06 23:42:51 +00:00 committed by GitHub
commit a19101b10f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 6 deletions

View File

@ -91,10 +91,11 @@ jobs:
imageName: "macOS-10.15"
B_BUILD_TYPE: Release
BARRIER_VERSION_STAGE: Release
mojave-Release:
imageName: "macOS-10.14"
B_BUILD_TYPE: Release
BARRIER_VERSION_STAGE: Release
# Azure has removed the macOS-10.14 image, so this will never work
# mojave-Release:
# imageName: "macOS-10.14"
# B_BUILD_TYPE: Release
# BARRIER_VERSION_STAGE: Release
pool:
vmImage: $(imageName)
variables:

View File

@ -0,0 +1,3 @@
Fix the regression introduced in #1214 that caused tilde (~) and grave
(`) to stop being sendable from at least a MacOS Barrier Server (and
probably others). Fixes Issues #1541 and #1407

View File

@ -131,8 +131,6 @@ static const KeyEntry s_controlKeys[] = {
{ kKeyEisuToggle, kVK_JIS_Eisu },
{ kKeyKana, kVK_JIS_Kana },
{ kKeyMuhenkan, s_int5VK },
{ kKeyHenkan, s_int4VK },
{ kKeyZenkaku, kVK_ANSI_Grave }
};