https://github.com/janickr/shortcuttranslator
Intellij plugin to translate shortcuts between keymaps
https://github.com/janickr/shortcuttranslator
Last synced: 3 months ago
JSON representation
Intellij plugin to translate shortcuts between keymaps
- Host: GitHub
- URL: https://github.com/janickr/shortcuttranslator
- Owner: janickr
- License: mit
- Created: 2012-01-29T23:21:19.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-01-14T21:30:26.000Z (over 11 years ago)
- Last Synced: 2023-03-11T18:48:01.603Z (over 3 years ago)
- Language: Java
- Size: 202 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Shortcut Translator
===================
[Intellij Idea] plugin.
Translates shortcuts from one keymap to another.
Let's say you want to try this Jetbrains IDE you heard about, but you are used to the Eclipse / TextMate / Emacs / Netbeans shortcuts. Sure, you can easily change your keymap in IDEA / RubyMine / PyCharm ...
But you want to learn the default Intellij shortcuts, just like you learned the TextMate shortcuts in TextMate and the Eclipse shortcuts in Eclipse. This plugin together with the ctrl+shift+a
shortcut wil get you up to speed in no time.
It uses the built in keymaps in IntelliJ to do the translation.
Rate this plugin in the [Plugin Repository].
Installation
------------
Install this plugin via the plugin manager in IntelliJ (File > Settings > Plugins).
Usage
-----
Once installed, Ctrl+Shift+K brings up the dialog, any shortcut you press when the dialog is shown is translated from
the selected source keymap to the selected target keymap. Press Esc, or click 'Ok' to close the dialog again.

Copyright and License
---------------------
Copyright © 2012-, Janick Reynders. Licensed under [MIT License].
[Intellij Idea]: http://www.jetbrains.com/idea/
[MIT License]: https://github.com/janickr/shortcuttranslator/raw/master/LICENSE.txt
[Plugin Repository]: http://plugins.intellij.net/plugin/?idea&id=6827