Adobe AIR Keyboard Hook

后端 未结 5 1071
刺人心
刺人心 2021-01-03 12:07

I\'m trying to add a feature to my AIR app that can listen for (configurable) global keyboard events even when the app is minimized. Ex: CTRL-ALT-SHIFT-F12 to grab a screens

5条回答
  •  独厮守ぢ
    2021-01-03 12:49

    One method I use is to monitor the clipboard in the AIR app, that only allows you to react based on copied data, but it's at least sort of a way to listen for input when the app does not have focus.

提交回复
热议问题