diff options
| author | Teddy Wing | 2018-08-24 09:25:19 +0200 |
|---|---|---|
| committer | Teddy Wing | 2018-08-24 09:25:19 +0200 |
| commit | 691250a8334b21f96f7252c07122ff2ae4fe9822 (patch) | |
| tree | eaba2d0df113cd8f52b93a9160041468f9135541 /src | |
| parent | c279039cb80719ae19b139618ba891778e67205e (diff) | |
| download | dome-key-map-691250a8334b21f96f7252c07122ff2ae4fe9822.tar.bz2 | |
cocoa_bridge(parse_mappings): Ideas for filling the ObjC collections
Not working currently. Just committing this because I didn't before and
because I'm working in a different direction now.
Diffstat (limited to 'src')
| -rw-r--r-- | src/cocoa_bridge.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cocoa_bridge.rs b/src/cocoa_bridge.rs index c534aed..3ddacc9 100644 --- a/src/cocoa_bridge.rs +++ b/src/cocoa_bridge.rs @@ -20,7 +20,9 @@ map <down> j"; let modes = NSDictionary::init(nil).autorelease(); for (trigger, action) in map_group.maps { - let t = NSArray::array(nil).autorelease(); + // let t = NSArray::arrayWithObjects(nil, &trigger).autorelease(); + + // maps. } for (trigger, modes) in map_group.modes { |
