Closed harrywipperfuerth closed 5 years ago
No problem with macOS here. Will try to reproduce this with Windows 10.
I can confirm that problem with win 10. Also the reset filter functionality strg + alt + 0 does not work
For me with Win 10 in VMware Fusion, only Strg+Alt+4 does not work. I think, it's save to say, that for Windows platform, Electron menu shortcuts are a little unreliable.
the same behavior can be observed with zoom in (standard menu by electron). It is displayed as a shortcut "cntr + shift + =", but this function is called by means of "cntr + shift + +". There is an issue on the electron git repository. #6731
The shortcuts "CTRL + STRG + 2" (for "Contrast") and "CTRL + STRG + 3" (for Grayscale) have the same "Result" (= "Contrast")!
Not in my version ??? New keyboard shortcuts are Ctrl + Shift + 'Number' Did you use that?
Sorry, you're right, there was something wrong with the merge of the pullrequests
now it should work (see commit 41fb44da5c...)
Sorry guys! My bad! @JulianKK Thanks for fixing! @harrywipperfuerth Thanks for spotting! And could you please close the issue after you verified the fix?
Sorry guys, it's not working.
If you select Map - Filter - Grayscale, "Contrast" appears on the map again (is the same problem as with shortcuts!).
The problem is unsolved from my point of view.
@harrywipperfuerth Hmm, maybe your project is not up to date (and cannot be updated). Please run the following commands and attach the complete conversation (command results) from your command line terminal to this issue.
git status
git pull
git checkout develop
npm run webpack
npm start
git status:
git pull:
git checkout develop:
npm run webpack:
npm start:
OK, you cannot pull the latest version, because a local file (package-lock.json) has changed in the meantime. That's not your fault!
npm install
may update this file when new dependency versions are detected and installed.
To fix this temporarily, type:
git checkout package-lock.json
and try again. This time omitting npm install
.
Whenever you so something like
Changes not staged for commit: (...)
when running git status
or for git pull
error: Your local changes to the following files would be overwritten by merge: (...)
chances are that an update does not work. I'm very sorry for the inconvenience. We are working on a solution to supply you with the latest snapshot builds.
Thanks for your patience! 👏 👏 👏
After deleting ODIN and starting it via the release version, it runs correctly. I will complete this issue as solved.
The two shortcuts
Alt + Strg + 2 (for Contrast) Alt + Strg + 3 (for Grayscale)
are inactive.
If you want to use it, the only possible way is about the Menue (View - Map - Filter ...).