hie
My doubt is how to execute keyboard shorkut ie ctrl+s or ctrl+p .....using a java program
ie how to tell jvm d meaning of ctrl+s through a code.....dats
my doubt
............................thnks in adv ....ane help v b greatlyif (resultText.contentEquals("save notepad") == true) { try { Process pbrowser = Runtime.getRuntime().exec("[B]ctrl+s[/B]"); //[B]doubt in dis line "ctrl+s"[/B] } catch (IOException e) { e.printStackTrace(); }}
appreciated Sir!!!!!!