mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 21:27:56 -05:00
The key is consistent with the default key for bringing up the context menu in the text view — that key is however taken from the key bindings dictionary, so ideally we’d do the same in the file browser. Need to factor out the key bindings parsing code first though, and in theory the key bindings dictionary allow for multi-stroke bindings. This implements issue #18.