Does Compose for Desktop support interacting with ...
# compose-desktop
f
Does Compose for Desktop support interacting with native solutions such as system shortcuts? For example, I would like to have my app not allow for Alt+Tab and to interact with the system's clipboard (to add or remove something). Worst case scenario I would delegate that work for some native instructions, but I never tried Compose for Desktop with things like JNI or FFM API
f
The JNA is working great on desktop
if you need to interact directly with the system, it’s the best tool
f
I think that covers it for now, thanks!
🙌 1