tsinflam2
tsinflam2
> So it looks like there IS an option for this: > https://github.com/zeit/hyper/blob/2.0.0/app/keymaps/win32.json#L42-L43 > > but it doesn't seem to work for me. Can anyone get this to work? I'm...
> > So it looks like there IS an option for this: > > https://github.com/zeit/hyper/blob/2.0.0/app/keymaps/win32.json#L42-L43 > > but it doesn't seem to work for me. Can anyone get this to...
> From ros2djs tutorial [http://wiki.ros.org/ros2djs/Tutorials/VisualizingAMap](url) I added this line `viewer.shift(-8.75,-5.25);` into this function > > ``` > gridClient.on('change', function(){ > viewer.scaleToDimensions(gridClient.currentGrid.width, gridClient.currentGrid.height); > }); > ``` > > Those numbers...