java - how to accept keyboard shortcuts when jframe is not in focus? -
i made application using java takes , stores screenshots in specified folder. set shortcut ctrl+k take , save screenshot , managed make application minimize system tray when minimize button of jframe pressed, problem keyboard shortcut assigned doesn't works jframe either minimized or put in background other application, possible make d application work when jframe not in focus? please help! thanks! (i making application windows only)
for woud use 3th party lib jnativehook(i use often) can use global listener nativehook
here examples how use examples
Comments
Post a Comment