The following is taken from a post by 'newbynobi' 12.3.17 to add spindle speed buttons to Gmoccapy: "Please find attached two files. Just place both files in your config dir. Than add the following lines to the [DISPLAY] section of your INI file. EMBED_TAB_NAME = Spindle Button EMBED_TAB_LOCATION = box_custom_4 EMBED_TAB_COMMAND = gladevcp -x {XID} -H spindle_button.hal spindle_button.glade After starting your config you have spindle increase and decrease button. FILE 1. " "####################################################### # sample to emmbedd spindle increase and decrease # # button in gmoccapy # # just place # # - spindle_button.glade # # - spindle_button.hal # # in your config dir and add the following lines to # # the [DISPLAY] section of your INI file # # # ####################################################### # EMBED_TAB_NAME = Spindle Button # EMBED_TAB_LOCATION = box_custom_4 # EMBED_TAB_COMMAND = gladevcp -x {XID} -H spindle_button.hal spindle_button.glade net increase spindle_button.btn_spindle_increase => halui.spindle.increase net decrease spindle_button.btn_spindle_decrease => halui.spindle.decrease " FILE 2. "             False                   True         False         2         5         5         True                               50             50             True             True             True             False                                           48                 48                 True                 False                 gtk-add                                                           GTK_SHRINK             GTK_SHRINK                                                 50             50             True             True             True             False                                           48                 48                 True                 False                 gtk-remove                                                           1             2             GTK_SHRINK             GTK_SHRINK                               "