Help With a Config File for Soarer's Converter

MedicGoalie84

07 Jan 2017, 13:04

I'm trying to put together a config file for my Model F PC/XT so that it will be more useful at work. This is what I have written

Code: Select all

macroblock
	macro F1 F2
		MAKE LCTRL
		MAKE LALT
		MAKE DELETE
		BREAK LCTRL
		BREAK LALT
		BREAK DELETE
	endmacro
	
	macro F1 F3
		PRESS F12
	endmacro
	
	macro F2 F4
		PRESS F11
	endmacro
endblock

layerblock
	FN1 1
endblock

remapblock
	F5 F6 FN1
endblock

remapblock
	layer 1
	PAD_8 UP
	PAD_4 LEFT
	PAD_6 RIGHT
	PAD_2 DOWN
endblock
Whenever I try to upload it using scaswr I keep getting Error Line 2 Invalid Argument. I cannot for the life of me figure out what the error is. Any insight would be greatly appreciated.

Arakula

07 Jan 2017, 14:31

macro expects exactly one HID key plus an optional set of modifiers (Shift/Alt/Ctrl/Gui).

JBert

08 Jan 2017, 14:46

MedicGoalie84 wrote: I'm trying to put together a config file for my Model F PC/XT so that it will be more useful at work. This is what I have written

Code: Select all

remapblock
	F5 F6 FN1
endblock
What are you trying to do here? Remaps should always come in two keys, not three.

You might want to try this instead:

Code: Select all

remapblock
	F5 FN1
	F6 FN1
endblock

Post Reply

Return to “Workshop”