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