Format of OSX .3dx config file?

Questions and answers about 3Dconnexion devices on macOS.

Moderator: Moderators

Post Reply
danvulanovic
Posts: 6
Joined: Wed Sep 26, 2012 3:39 pm

Format of OSX .3dx config file?

Post by danvulanovic »

Hello, can anyone point me to where I can find details on the format of mac config files? My main questions are:

What are the valid values for:
action
data
deley
id
keycode
modifiers
repeat

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>macros</key>
	<array>
		<dict>
			<key>id</key>
			<integer>2</integer>
			<key>name</key>
			<string>line down</string>
			<key>notes</key>
			<string></string>
			<key>steps</key>
			<array>
				<dict>
					<key>cmd</key>
					<integer>1</integer>
					<key>data</key>
					<integer>125</integer>
				</dict>
			</array>
		</dict>
	</array>
	<key>settings</key>
	<array>
		<dict>
			<key>active</key>
			<true/>
			<key>configName</key>
			<string>Firefox</string>
			<key>devices</key>
			<dict>
				<key>SpaceExplorer</key>
				<dict>
					<key>assignments</key>
					<dict>
						<key>button01</key>
						<dict>
							<key>action</key>
							<integer>35</integer>
							<key>data</key>
							<string></string>
							<key>delay</key>
							<integer>0</integer>
							<key>id</key>
							<integer>1</integer>
							<key>keyCode</key>
							<integer>255</integer>
							<key>modifiers</key>
							<integer>0</integer>
							<key>repeat</key>
							<integer>0</integer>
						</dict>
...
danvulanovic
Posts: 6
Joined: Wed Sep 26, 2012 3:39 pm

Re: Format of OSX .3dx config file?

Post by danvulanovic »

sorry, ignore post
Post Reply