Post Reply 
(user key programming)Turning on alpha phase by pressing sto key?
05-31-2018, 04:45 PM (This post was last modified: 05-31-2018 08:12 PM by vvolkan.)
Post: #1
(user key programming)Turning on alpha phase by pressing sto key?
Hi everyone, i want to add code to my program to turn on the alpha phase simultaneously by pressing sto key. Is there any function or command to turn on alpha? I reassign the EEX button with shift+EEX button and want to add "alpha on" to where i wrote "?Alpha on?".

KEY K_Eex()
BEGIN
RETURN "▶a";
?Alpha ON?
END;

KEY KS_Eex()
BEGIN
RETURN "1e";
END;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(user key programming)Turning on alpha phase by pressing sto key? - vvolkan - 05-31-2018 04:45 PM



User(s) browsing this thread: 1 Guest(s)