Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FF_KeyTriggerSingleDouble with second Keyboard
#1
Hello

What is the best approach to use both FF_keyboard and FF_KeyTriggerSingleDouble filter functions?
I want to be able to use 2nd action for the keys on my 2nd keyboard. Is it possible?
#2
Use FF_KeyTriggerSingleDouble in trigger.
Call the FF_keyboard function from FF_KeyTriggerSingleDouble, at the beginning, below the function#... line:

Function FF_KeyTriggerSingleDouble2
Code:
Copy      Help
int K=FF_Keyboard2(iid f); if(K!iid) ret K
#3
Thank you!


Forum Jump:


Users browsing this thread: 1 Guest(s)