Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r-stein/st-menu-navigator
Navigate the Sublime Text menus via Keyboard
https://github.com/r-stein/st-menu-navigator
menus sublime-text
Last synced: 6 days ago
JSON representation
Navigate the Sublime Text menus via Keyboard
- Host: GitHub
- URL: https://github.com/r-stein/st-menu-navigator
- Owner: r-stein
- License: mit
- Created: 2016-10-19T17:46:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-20T08:22:33.000Z (over 8 years ago)
- Last Synced: 2024-11-15T17:44:55.407Z (2 months ago)
- Topics: menus, sublime-text
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MenuNavigator
The MenuNavigator enables a keyboard driven access to the menus, which are usually mouse driven.
This is done via a quick panel.## Issues
Since there is no API to access the actual menu, this package scans all `*.sublime-menu` and tries to mimic the behavior of the actual menu. Therefore some entries might be missing and some commands might not work.
__Known issues__:
- The *Open Recent*-menu is always empty.
- Some Context-Menu entries require an event and raise an error
- The SideBar-Menu is not working correct## Demonstration