You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I get the text caret coordinates of the frontmost application?(not mouse position)
I have an application that wants to get caret position.
Context
I'm Japanese speaker and switching between Japanese and alphanumeric input sources on macOS.
Windows application "Google Japanese Input(Google 日本語入力)" shows "A" for alphanumeric input and "あ" for Japanese input under the caret to indicate which input source is currently being used when switching. I would like to implement a similar feature as an application on Tauri and macOS.
(Google Japanese Input for macOS does not have that feature.)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
How can I get the text caret coordinates of the frontmost application?(not mouse position)
I have an application that wants to get caret position.
Context
I'm Japanese speaker and switching between Japanese and alphanumeric input sources on macOS.
Windows application "Google Japanese Input(Google 日本語入力)" shows "A" for alphanumeric input and "あ" for Japanese input under the caret to indicate which input source is currently being used when switching. I would like to implement a similar feature as an application on Tauri and macOS.
(Google Japanese Input for macOS does not have that feature.)
like this

Beta Was this translation helpful? Give feedback.
All reactions