SpectralVectors / RightMouseNavigation

Game Engine-style Right Mouse Viewport Navigation
GNU General Public License v3.0
221 stars 18 forks source link

Keymap & Platform fixes #30

Closed SpectralVectors closed 1 month ago

SpectralVectors commented 1 month ago

Previously the keymap list was cleared, but the items on the list were not actually removed from the keymap first, this update addresses that and any other outstanding keymap issues. sys.platform has been replaced with platform.system and __package__ has been replaced with __main__, per recommendations.