Greasy Fork is available in English.

AO3: [Wrangling] Keyboard Shortcuts

adds keyboard shortcuts to the AO3 wrangling interface (modified from vaaas@github)

بۇلار بۇ قوليازمىنىڭ كود يېڭىلانغان نەشرىلىرى. بارلىق نەشرىنى كۆرسىتىش

  • v5.1 2023-11-02

    attempt to optimize the GUI sizing in case you're on a mobile device (<500px wide screen)

  • v5.0 2023-11-02

    1. added support for owlwinter's Wrangle straight from the bin script.
    1.a) "Focus Syn" will jump into the syn textfield, and a new action "Save Syn" will save it aka click the "Wrangle to existing tag" button.
    1.b) added migration options so hopefully nobody sees errors just because the script suddenly expects a save_syn binding.
    1.c) this required a DOM Mutation observer. it should not matter which script runs first! shortcuts will be added back as soon as owl's script has finished.
    2. changed tooltips to jQueryUI's functionality. added Touch Punch to the @requireds to see if/how this would work on mobile devices
    3. updated console logs (if DEBUG is enabled) to always report which script they belong to

  • v4.0 2023-10-21

    1. moved the link from where the GUI is opened
    2. added tabs to the dialog and made them filter the actions by page they work on
    3. added a duplicate check for the configured shortcuts; doesn't yet tell you which ones are duplicates, just that there are some
    4. fixed a couple of descriptions (tooltips) because they were incorrect about which actions work on the New Tag page

  • v3.3 2023-10-21

    1. now supports opening the different tag pages (edit, comments, mergers, works) via the same keyboard shortcuts
    2. fixed an issue where the menu option to open the config dialog was duplicated in the Post menu

  • v3.2 2023-10-17

    tweaked code so the raw config form won't show on a Retry Later error page

  • v3.1 2023-10-14
    • open_works and open_mergers now work also from the Comment pages, to complete the set
    • config dialog can be opened from Wrangling Home
    • improved toggle_selection description to help explain how that works
    • added reminder on Alt and Ctrl for different OS within the config dialog
  • v3.0 2023-10-14
    • now with a GUI to manage the shortcuts! no more editing the code!
    • the script doesn't try to run on every AO3 page anymore, but only on the few tagwrangling pages where it's needed
    • the introduction of supporting numpad numbers broke shift-key combos. now fixed
  • v2.0 2023-08-26

    Now supports key combos with numbers... not only from the standard keyboard, but even when you're pressing it on the numpad!
    also there's now extensive DEBUG console output, to help you understand if there's a mismatch between the binary codes determined for your configured shortcuts, vs. the binary codes determined for the key presses

  • v1.1 2022-09-17

    updated to fix focusing on characters box when on relationship pages

  • v1.0 2022-09-17