remap icon indicating copy to clipboard operation
remap copied to clipboard

Keymap Customization Web app for your keyboard.

Results 67 remap issues
Sort by recently updated
recently updated
newest added

Currently Remap supports English notations only on all pages and UIs. However, it would be difficult to understand them for non-English users (especially as Japanese). If Remap supports other languages,...

Pressing Back after entering a keyboard will make the Organizations filter fail to populate. Steps to reproduce: 1. Enter Keyboard Catalogue 2. Click on Organizations filter and notice that 4...

Dragging an image file does not update the display of the image the first time. ![スクリーンショット 2021-07-28 132816](https://user-images.githubusercontent.com/38324387/127263797-9731398d-e99f-48c9-9d9b-eea5b4523192.png) If go to the remap top page, go to the registration page...

bug

Allow users to upload arbitrary `.hex` or other firmware files for USB Flashing. It might be good to hide this option in some developer mode toggle in a corner of...

Allow designers to upload image URLs [through drag and drop] when editing Keyboard Catalogue entries. It would be best if Remap would download the image and add it to the...

enhancement

Allow keyboard designers to select the default bootloader to be used when flashing the keyboard with the firmware. Thanks!

enhancement

My user name is not displayed on the screen for saving and sharing keymaps. When I Save and Share, my user name shows null. ![4A2B27E3-7782-4193-8490-91147B903341](https://user-images.githubusercontent.com/76490174/172526408-aa1bfc91-62a0-43b3-ac4a-2d051f5399d5.png) ![FD9FDDF2-40A7-4CB4-AD83-06C1CEA4E13F](https://user-images.githubusercontent.com/76490174/172526412-5c8e49c2-e793-44be-bd18-405cb40528ee.png)

bug

Add user keycodes, as defined by VIA: ``` enum user_keycodes { USER00 = 0x5F80, USER01, USER02, USER03, USER04, USER05, USER06, USER07, USER08, USER09, USER10, USER11, USER12, USER13, USER14, USER15, };...

enhancement

This pull request enables editing keymap with keyboard. Resolves #702

This pull request has two purpose: * Upgrade the TypeScript version. * Hide the message for users on the top page.