Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pulsar-edit/keybinding-resolver

:lock: Shows what a keybinding resolves to
https://github.com/pulsar-edit/keybinding-resolver

Show keyup events that match a binding

93a4861b8d8a2137d96111be4be82b4a9b4d20af authored almost 9 years ago
Only build pushes on Travis for master branch [ci skip]

900aa04639bb533d5c8872afb89ac6c15d333489 authored over 9 years ago
Merge pull request #23 from atom/mq-coffeelint-plus

Update coffeelint support

3e59b943d53b886ee36c4341c25eec1a2ae3668e authored over 9 years ago
Update coffeelint support

962b7e357adfdea5c51a27027aa01913aa31c0b6 authored over 9 years ago
Prepare 0.33.0 release

8c210cc2b2c8a52a46973f2410bd6992f942dda8 authored over 9 years ago
Add missing path require

Closes #22

72460608ab712cf283dbb960a8019239172cd9e0 authored over 9 years ago
Prepare 0.32.0 release

6ea5276d73e8b2724e82dcf58401321b373b5d96 authored over 9 years ago
Copy bundled keymaps to temp location before opening

The bundled keymaps are now inlined in the main package.json file
so copy them from there into a...

225e7e1487a38a18acdc70e0595bcd4f7cff0036 authored over 9 years ago
Merge pull request #18 from atom/mq-coffeelint

Add coffeelint support

48b46fc2d0772451ab9cfaf8650c8acfe27eb4e8 authored almost 10 years ago
:shirt:

d14d40215ee71790fa88bb744c8bbe2852348d25 authored almost 10 years ago
Add coffeelint.json from atom/atom

2f339aac5a1f8ff3cc32b79e6c1993d772bf9fb0 authored almost 10 years ago
Prepare 0.31.0 release

d8309936bb7025709ba6f8d94eca095e7f5b8d82 authored almost 10 years ago
atom.keymap -> atom.keymaps

6222abb8b459f0539b8487d5e8a209d846b4541c authored almost 10 years ago
Prepare 0.30.0 release

b7318f5bb603940f8175f87dbf61458906471f37 authored almost 10 years ago
addKeymap -> add

8d1ccd422a0f2afe9b7cf34341a6f6c71b18b7fe authored almost 10 years ago
Prepare 0.29.0 release

33adb1632f6ce34ed424257bd50c0b946a04a17f authored almost 10 years ago
:bug: Change scrollbars to auto

Fixes #16

1414a0e10078dfa69d3f7f0971b86e19fc9eb7d6 authored almost 10 years ago
Prepare 0.28.0 release

83b3efa44cb1802014de5ef11a440f75d03f1078 authored almost 10 years ago
Use atom-space-pen-views

Prevents Atom from shipping more than 1 copy of space-pen 5.x

7cc807438939bc6fd6fb4d6377521c8f5748b73b authored almost 10 years ago
Prepare 0.27.0 release

783775f510b49a8deb8d429f032ae83be303c2fa authored about 10 years ago
:racehorse: Don't create view until showing

6da0f19584c60520a2e1e9ea2835abaa979a7efd authored about 10 years ago
Prepare 0.26.0 release

23f94f3916c629e26f3644c88419a4b248709de6 authored about 10 years ago
Remove deprecations

dc568c9be9ff57c57ac9f9268500da1259fdec4d authored about 10 years ago
Prepare 0.25.0 release

988a5a5a49128d1db2e5e52b1ba6d6f7ddafcc02 authored about 10 years ago
:arrow_up: space-pen

4434cb308b72d6a87ccaf3bbec84c88ba92e4014 authored about 10 years ago
Prepare 0.24.0 release

e05f5ac5de8e05c08507f6e98a5fe8c4f3d8a90e authored about 10 years ago
Merge pull request #15 from postcasio/patch-1

Remove panel classes

67feeb6c6a48eff8923f8f6b1e4af945cd0484ff authored about 10 years ago
Remove panel classes

These were giving the resolver panel a double border due to `tool-panel` and `panel-bottom` also...

912986ae4ee17855a8029b44c30ef612ccf52a29 authored about 10 years ago
Prepare 0.23.0 release

3577cc254192aeeee7d4ad40f825419f88e08aa0 authored about 10 years ago
Properly serialize the view

Fix #14

b31765f3965c1f7a12e82d84652daaaf2f457db4 authored about 10 years ago
Prepare 0.22.0 release

739777aac3d7733252252eef6770c8b508c039ce authored about 10 years ago
Guard against undefined disposables ivar

This isn't assigned until attach but detach is called by destroy
which was causing an error to b...

cdc72182f5b7721580d2cb824e0ee7c62c688100 authored about 10 years ago
Prepare 0.21.0 release

59afc31b0759683e192931b902f48226bd6aad7f authored about 10 years ago
Merge pull request #13 from atom/ns-modernize

Remove usage of deprecated APIs

3272f30384bc396464bcfd5ab4271685ef7cac45 authored about 10 years ago
Ensure key binding resolver can be toggled multiple times

a7c262563084bfa631292bcb902ff8f63f6a2b63 authored about 10 years ago
Use KeymapManager::addKeymap

85ad7e916b83da4ba242076d474cdb0c3aacd950 authored about 10 years ago
Remove WorkspaceView references

4d9c238ab683b38bf06c8084ed510513a0a4a84e authored about 10 years ago
Move command registration to atom.commands

71b587791e3ad06c058ceeff77bce3fde3e1ee3e authored about 10 years ago
Use workspace panel API to attach panel

577626210e2c96d4ce34374513c2aac3bf0cf084 authored about 10 years ago
Depend on space-pen npm instead of atom export

0f75170bdf41e77f1c4b9ec05b7b61505ed4fbdb authored about 10 years ago
Prepare 0.20.0 release

5495107c9b57920b114ae1774453413be5e334d3 authored over 10 years ago
Merge pull request #10 from batjko/patch-1

keymap subscriptions to use onDid event names

f80f1242cf48098eeb542eccbac5e4917f94e2a6 authored over 10 years ago
keymap subscriptions to use onDid event names

Thought I start this change, since the specs already warn about these being deprecated.

dc86a6dd5106ff36146c252d9331f555c2a73733 authored over 10 years ago
Merge pull request #9 from PeterDaveHello/patch-1

make CI build faster

0699e21a4168815e990d0d9595c3b2b630afce4b authored over 10 years ago
make CI build faster

89b9eac3a16a97a084f8e4b41330de9fb2cf3dce authored over 10 years ago
Prepare 0.19.0 release

8ab26e384dd22ab8dd0244e9345ddb062d14bbb3 authored over 10 years ago
Don't assume we're listening for keydown events with jQuery

d389e4a99a39da0f77c4e7786261bd8bca131323 authored over 10 years ago
Prepare 0.18.0 release

fa4c1f369283e5ccd473684864c0a912e012d46c authored over 10 years ago
Remove unused requires

3e2b6514f1e161603252157019acdaefc1d35930 authored over 10 years ago
Remove duplicate of main.coffee

1686ba0f83e27d41d4dfe52a75024a54f81acd77 authored over 10 years ago
Remove private property

99ed89e7a620a644570f9084b6bc42b04b42ec49 authored over 10 years ago
Add menu item to toggle

This is helpful when things are going really wrong keybinding-wise

9b5d5de195ecd2b4f3c5649a45d9ba3c49064be0 authored over 10 years ago
Update Travis config

4344eefff4db19cba25cbb78b1554e4fc942d469 authored over 10 years ago
Prepare 0.17.0 release

f79c7fce37130ba35d4416532c75432a26672e09 authored almost 11 years ago
Remove .workspace from selectors

Using platform class is enough

Closes #4

a88a21886af1c039d084e295e00ba28903ac32b1 authored almost 11 years ago
Prepare 0.16.0 release

ad9192519c837432d1923d2c6e804fcd0d21d22a authored almost 11 years ago
:penguin: Add ctrl-. keybinding on Linux

403892ceed361b3951f056e4791e194b2d3e7665 authored almost 11 years ago
Combine keymaps into single file

Previously both were being loaded on all platforms

73356fa692430e0cd101c7431a7636ee9936886c authored almost 11 years ago
Prepare 0.15.0 release

0279c37f4ae817c992e1a233c2ad06f6d5a13f8b authored almost 11 years ago
Fix spec failure

c56dffea3e2ee093f9b4aa98fd0b2e6693431f28 authored almost 11 years ago
Prepare 0.14.0 release

4a743b0e081797ffa339cf165d6b2cfe80311e39 authored almost 11 years ago
Update command name

3a2ae9b4ca5eeeb5a71d68919c7e84c147cacdd1 authored almost 11 years ago
Prepare 0.13.0 release

d2e36273350df4af7a4d478c9c0cfb77389ccf18 authored almost 11 years ago
Use platform keymaps

5e4011ef22e07045be470740471984e7c418c140 authored almost 11 years ago
Merge pull request #2 from atom/cj-update-resolver

Display the actual key binding result

da6c279e6f5a5fc5f13ba5164a24396363b43461 authored almost 11 years ago
Update partial matchings

600e09cc794b44097ff43f1e1e685bd56a5dcd03 authored almost 11 years ago
Don't use the wrong var

813dbf4b3e18c5156f99a8343087ba14fbee5fe7 authored almost 11 years ago
Update match-failed event

5bd6e673607dbd1739d4a57995bf005e00cadba4 authored almost 11 years ago
Update matched event

f0c18d902e2d949df098727da12d6909987c0542 authored almost 11 years ago
Use main.coffee as the main file

b474bf2513287922c12c65320ef2f04624d0816b authored almost 11 years ago
Remove log

ca2fa2a764c8d18c63beab4b2d144c84ea3438c4 authored almost 11 years ago
Fix event names

86eb632e1708f72098bbcef0828bf224a3f0f8ae authored almost 11 years ago
Update atom dependency

0608ac622bbbf53fbd0d73b6dcfedb71caf19d25 authored almost 11 years ago
Update styles

c2d2655a31451041e5b38e7c2c5fdb059a97f794 authored almost 11 years ago
Show used, unused and unmatched keybindings

6039cbcada87e86816cd4b2dd67551ea3d6f7f95 authored almost 11 years ago
Use KeyBinding and key-binding instead of Keybinding and keybinding

cc2b9dd8bfe66a0b3c5cfc8fbd5bc413548c74f5 authored almost 11 years ago
Add no keybinding match

a0bf20bba02db11b52fdb5cf7069e59762675277 authored almost 11 years ago
Show partial keystroke matches

1736f63f27f4f23d56f1ee7e005f6821dc4d2a21 authored almost 11 years ago
Use keybinding-triggered event

f2f1132540dc3386aed526adde7240c97926eaa5 authored almost 11 years ago
Prepare 0.12.0 release

9d5b2d0a36fd89b8aaf2e3d0801628a65323b597 authored almost 11 years ago
Only handle keyboard events when attached

e336557127fb7345f30ef768ad0067e7874cef83 authored almost 11 years ago
Prepare 0.11.0 release

61b5734386c6734b01416a689b10a6e0b8cb0a78 authored almost 11 years ago
Add screenshot to README

cdab3470867963f6ac59fe2dd218986eea4d41ca authored almost 11 years ago
Add explicit underscore-plus dependency

cbcc5c656111551cd0981659cbb2e5c64d5e620f authored almost 11 years ago
Add valid engines version

95bb39ff59619a3697272f365d2330f05cfcae15 authored almost 11 years ago
Update LICENSE.md and CONTRIBUTING.md

6fff468206fa26101519f2fd23e0ffa9d5309ea1 authored almost 11 years ago
Prepare 0.10.0 release

c4453a2a091fc1a1065364be5047eceb9a337d7a authored almost 11 years ago
Activate packages asynchronously

194eef0bd9cd0f94ca4be0741eab961d180efafa authored almost 11 years ago
Prepare 0.9.0 release

433457a930a8d641a6faff281dae121926e7a0be authored about 11 years ago
Add package name to panel heading

06c82a53518e0fe484b37311a6713fe92faaee2f authored about 11 years ago
Keybinding resolver detaches on core:cancel.

It should follow the same rules as all the other tool panels.

Fixes atom/atom#1426

2c907de000abfab8f24bcc8cee0f457e41a73936 authored about 11 years ago
:lipstick:

da912c9b67671bf92b9cf338aaf0e75981d00a5b authored about 11 years ago
Prepare 0.8.0 release

e0fa7dbaf146e1f3a77a78bd4bc8867ffbeb8d05 authored about 11 years ago
Prepare 0.7.0 release

50ef8385d16d864f0a40445b3a796c1ae15eeef1 authored about 11 years ago
Update appending to workspace view

0f81a85042a34c9e63a06da3b3ee66d581ffeda9 authored about 11 years ago
Add initial Travis CI configuration

f345a2e8e4baf238fbf46b4e744b49079286be1a authored about 11 years ago
Add initial LICENSE.md and CONTRIBUTING.md

dd6b8e0313fbd435eca52fa7245b345748051b0a authored about 11 years ago
Update package.json fields

5bb9b1d0a64c7112bc2db5b068b37cc20489dbdf authored about 11 years ago
Prepare 0.6.0 release

b80bbfa955a53fe8191ae2501fc75d973889cbf6 authored about 11 years ago
Rename rootView to workspaceView

b576b428e0c364a15304856a9be83c236b41b30e authored about 11 years ago