https://kotlinlang.org logo
Title
f

fitken

03/07/2022, 10:52 AM
Hi everybody, I'm new to Compose for desktop. Currently working on the Kiosk app on Windows OS I would like to know if there are any libraries for the virtual keyboard? or can I create a virtual keyboard inside the Compose for Desktop app? Here is my question on StackOverflow https://stackoverflow.com/q/71379870/3024962 🙇 🙏
m

Mitchell Syer

03/08/2022, 12:19 AM
Maybe take a look at the windows virtual keyboard? I imagine that you can make a virtual keyboard in Compose since I have seen some examples of this in Java Swing, not sure how well it would play with the system internals though. https://stackoverflow.com/questions/4948420/open-the-windows-virtual-keyboard-in-a-java-program
f

fitken

03/08/2022, 3:18 AM
Thank you for your help. Yeah, I'm looking for a way to customize the keyboard, because I don't want to show all the keys the same as the physical keyboard, I want to hide some keys. 😞