-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert settings to uploadable keymap plugin
- Loading branch information
Showing
8 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
out | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<module type="PLUGIN_MODULE" version="4"> | ||
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/resources/META-INF/plugin.xml" /> | ||
<component name="NewModuleRootManager" inherit-compiler-output="true"> | ||
<exclude-output /> | ||
<content url="file://$MODULE_DIR$"> | ||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" /> | ||
</content> | ||
<orderEntry type="inheritedJdk" /> | ||
<orderEntry type="sourceFolder" forTests="false" /> | ||
</component> | ||
</module> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<idea-plugin> | ||
<id>com.samvtran.plugins.macosforallkeymap</id> | ||
<name>macOS For All</name> | ||
<version>1.0.0</version> | ||
<vendor email="[email protected]" url="https://github.com/samvtran">samvtran</vendor> | ||
|
||
<description><![CDATA[ | ||
A keymap for Windows and Linux (and macOS if you really want!) that rebinds common macOS 10.5+ | ||
shortcuts to non-Command keys. Some shortcuts aren't 1:1 replacements of modifier keys, so please | ||
check the <a href="https://github.com/samvtran/jetbrains-macos-keybindings-for-all#key-updates">key updates table</a>.<br><br> | ||
If you notice any conflicting shortcuts or have a suggestion for a new keybinding, please | ||
<a href="https://github.com/samvtran/jetbrains-macos-keybindings-for-all/issues/new">open an issue on GitHub</a>. | ||
]]></description> | ||
|
||
<change-notes><![CDATA[ | ||
Initial Release!<br> | ||
<ul> | ||
<li>Most Command-key shortcuts remapped to similar shortcuts with some combination of Ctrl/Alt/Shift</li> | ||
</ul> | ||
]]> | ||
</change-notes> | ||
|
||
<!-- 2017.3 --> | ||
<idea-version since-build="173.0"/> | ||
|
||
<depends>com.intellij.modules.lang</depends> | ||
|
||
<extensions defaultExtensionNs="com.intellij"> | ||
<bundledKeymap file="macOS for All.xml" /> | ||
</extensions> | ||
|
||
<actions /> | ||
</idea-plugin> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Binary file not shown.
Empty file.