mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[PR #1711] Fix Broken Tilde and Grave (Backtick/Backquote) (regression bugfix) #1826
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1826
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/debauchee/barrier/pull/1711
Author: @dgentry
Created: 7/6/2022
Status: 🔄 Open
Base:
master← Head:fix_missing_tilde📝 Commits (3)
ed37361Fix Broken Tilde and Grave (Backtick/Backquote)645a0c9Remove no-longer-possible Mojave build from azureee11f5cRemove Windows-breaking change that fixes Mac-warnings📊 Changes
3 files changed (+8 additions, -6 deletions)
View changed files
📝
azure-pipelines.yml(+5 -4)➕
doc/newsfragments/1541-fix-broken-tilde-and-grave(+3 -0)📝
src/lib/platform/OSXKeyState.cpp(+0 -2)📄 Description
This is nearly a duplicate PR to vladimirlagunov's PR #1541, which seems to have stalled. This PR doesn't have Azure attempt to build for MacOS 10.14, because Azure removed the MacOS 10.14 image in Dec 2021. This PR fixes #1531 and #1407.
This regression was introduced in PR #1214 and broke tilde (~) and grave/backtick/backquote (`) on MacOS Barrier servers.
If the author of the regression-introducing PR (1241) wants to enable tilde and grave as modifier keys on JIS keyboards, it would be possible in a non-breaking way by checking for the keyboard type before adding these as modifier keys.
Contributor Checklist:
doc/newsfragmentsdirectory IF it is auser-visible change (and make sure to read the
README.mdin that directory)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.