Skip to content

Commit

Permalink
Convert settings to uploadable keymap plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
samvtran committed Mar 19, 2020
1 parent 5e7979c commit 6306095
Show file tree
Hide file tree
Showing 8 changed files with 74 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
out
.idea
13 changes: 13 additions & 0 deletions jetbrains-macos-keybindings-for-all.iml
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>
33 changes: 33 additions & 0 deletions resources/META-INF/plugin.xml
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>
13 changes: 13 additions & 0 deletions resources/META-INF/pluginIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions resources/META-INF/pluginIcon_dark.svg
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 removed settings.zip
Binary file not shown.
Empty file.

0 comments on commit 6306095

Please sign in to comment.