Merge ee11f5cafa
into 653e4badeb
This commit is contained in:
commit
a19101b10f
|
@ -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:
|
||||
|
|
|
@ -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
|
|
@ -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 }
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue