IBOutlet NSOutlineView *outlineView;
IBOutlet NJOutputController *outputController;
IBOutlet NJMappingsController *mappingsController;
- IBOutlet NSButton *translatingEventsButton;
+ IBOutlet NSButton *simulatingEventsButton;
IBOutlet NSView *connectDevicePrompt;
IBOutlet NSView *hidSleepingPrompt;
}
// nothing if a noisy device is plugged in (the % of that
// spent in input_callback is negligible, so it's not
// something we can make faster). I don't really think that's
- // acceptable, CPU/power wise. So if translation is disabled
+ // acceptable, CPU/power wise. So if simulation is disabled
// and the window is closed, just switch off the HID manager
// entirely. This probably also has some marginal benefits for
// compatibility with other applications that want exclusive
if (simulatingEvents != _simulatingEvents) {
_simulatingEvents = simulatingEvents;
NSInteger state = simulatingEvents ? NSOnState : NSOffState;
- translatingEventsButton.state = state;
+ simulatingEventsButton.state = state;
NSString *name = simulatingEvents
? NJEventSimulationStarted
: NJEventSimulationStopped;
@interface NJMappingMenuController : NSObject
// Mapping menu controllers manage the contents of a menu that
// shows a list of all available mappings, as well as the current
- // event translation state. The menu may have other items in it as
+ // event simulation state. The menu may have other items in it as
// well, but none at an adjacent index that also have NJMappings
// as represented objects.
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>303</string>
+ <string>305</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>NSHumanReadableCopyright</key>
</object>
<int key="connectionID">826</int>
</object>
- <object class="IBConnectionRecord">
- <object class="IBOutletConnection" key="connection">
- <string key="label">translatingEventsButton</string>
- <reference key="source" ref="1007832501"/>
- <reference key="destination" ref="385218002"/>
- </object>
- <int key="connectionID">879</int>
- </object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">outlineView</string>
</object>
<int key="connectionID">978</int>
</object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
+ <string key="label">simulatingEventsButton</string>
+ <reference key="source" ref="1007832501"/>
+ <reference key="destination" ref="385218002"/>
+ </object>
+ <int key="connectionID">982</int>
+ </object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">mappingsController</string>
<nil key="activeLocalization"/>
<dictionary class="NSMutableDictionary" key="localizations"/>
<nil key="sourceID"/>
- <int key="maxID">981</int>
+ <int key="maxID">982</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes">
<array class="NSMutableArray" key="referencedPartialClassDescriptions">