Use textbox shortcuts from the host platform #52
Loading…
Reference in New Issue
No description provided.
Delete Branch "ilidemi/orca:platform-text-edit"
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?
Fixes half of ☐4 from #30. Names are picked somewhat arbitrarily, open to feedback. Builds on !50, hopefully rebase/merge should clear that out. Invisible changes on comments are line endings, looks like some comments have CRLF committed.
You can bind
orca_get_host_platform()
directly without having a forwardingoc_get_host_platform_impl()
.Also, I think it's still useful to keep
OC_KEYMOD_MAIN_MODIFIER
around as a convenience for people who want to implement custom shortcut for their app, but don't want/need to deal with choosing which modifier to use depending on the platform.