From c4c0bfdfb12d858b7df5e13e49326582b8be864e Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Mon, 20 Jan 2025 04:34:56 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
[ci skip]
---
include/SDL3/SDL_hints.h | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h
index e5af037469c7f..9f6b58ba4bdef 100644
--- a/include/SDL3/SDL_hints.h
+++ b/include/SDL3/SDL_hints.h
@@ -2349,8 +2349,8 @@ extern "C" {
#define SDL_HINT_MAC_OPENGL_ASYNC_DISPATCH "SDL_MAC_OPENGL_ASYNC_DISPATCH"
/**
- * A variable controlling whether the Option (⌥) key on macOS should be remapped
- * to act as the Alt key.
+ * A variable controlling whether the Option (⌥) key on macOS should be
+ * remapped to act as the Alt key.
*
* The variable can be set to the following values:
*
@@ -2359,13 +2359,13 @@ extern "C" {
* - "only_right": Only the right Option key is remapped to Alt.
* - "both": Both Option keys are remapped to Alt.
*
- * This will prevent the triggering of key compositions that rely on the Option
- * key, but will still send the Alt modifier for keyboard events. In the case
- * that both Alt and Option are pressed, the Option key will be ignored. This is
- * particularly useful for applications like terminal emulators and graphical
- * user interfaces (GUIs) that rely on Alt key functionality for shortcuts or
- * navigation. This does not apply to SDL_GetKeyFromScancode and only has an
- * effect if IME is enabled.
+ * This will prevent the triggering of key compositions that rely on the
+ * Option key, but will still send the Alt modifier for keyboard events. In
+ * the case that both Alt and Option are pressed, the Option key will be
+ * ignored. This is particularly useful for applications like terminal
+ * emulators and graphical user interfaces (GUIs) that rely on Alt key
+ * functionality for shortcuts or navigation. This does not apply to
+ * SDL_GetKeyFromScancode and only has an effect if IME is enabled.
*
* This hint can be set anytime.
*