Hello, my first post here. 
	I looked at this post in FAQ https://forum.inibuilds.com/topic/5977-some-key-hardware-vars/
 
	However, I tried setting autopilot speed and altitude using the events indicated (AP_SPD_VAR_INC and DEC, AP_ALT_VAR_INC and DEC) using Mobiflight with my DIY autopilot panel, but they don't work at all, used as shown below (I get no response from the simulator):
 
(>K:AP_SPD_VAR_INC)
(>K:AP_SPD_VAR_DEC)
(>K:AP_ALT_VAR_INC)
(>K:AP_ALT_VAR_DEC)
	On the other hand, I am only able to set those by using the Lvars: 
 
1 (>L:A310_AIRSPEED_DIAL_DN_COMMAND) 
1 (>L:A310_AIRSPEED_DIAL_UP_COMMAND) 
1 (>L:A310_ALTITUDE_DIAL_DN_COMMAND)
1 (>L:A310_ALTITUDE_DIAL_UP_COMMAND)
	these work Ok, but there is no way to accelerate the increment and if you turn your encoder fast, some events get lost and the movement pauses for a few seconds.
 
	I am missing something?  
	Thanks in advance for any help.
 
	Jaime Leon