Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mac as possible window-system on Mac OS #401

Merged
merged 2 commits into from
Oct 31, 2023
Merged

Conversation

matsl
Copy link
Collaborator

@matsl matsl commented Oct 30, 2023

What

Add mac as possible window-system on Mac OS

Why

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66838

@matsl matsl requested a review from rswgnu October 30, 2023 22:41
@matsl matsl force-pushed the identify-mac-using-mac branch from 277adc6 to ed1f1ce Compare October 30, 2023 22:58
@@ -39,7 +39,7 @@

(defvar hyperb:mouse-buttons
(if (or (and hyperb:microsoft-os-p (not (memq window-system '(w32 w64 x))))
(memq window-system '(ns dps)))
(memq window-system '(mac ns dps)))
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this as well for two button mice on Mac's? Is that the current default?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NextStep used 2-button mice, some people still have them. Mac can be one or more buttons.

@@ -39,7 +39,7 @@

(defvar hyperb:mouse-buttons
(if (or (and hyperb:microsoft-os-p (not (memq window-system '(w32 w64 x))))
(memq window-system '(ns dps)))
(memq window-system '(mac ns dps)))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NextStep used 2-button mice, some people still have them. Mac can be one or more buttons.

@rswgnu rswgnu merged commit 7decf14 into master Oct 31, 2023
5 checks passed
@matsl matsl deleted the identify-mac-using-mac branch October 31, 2023 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants