Ultimate Hacking Keyboard Smart Macros Tutorial (.. unlock EXTREME productivity!)

Поделиться
HTML-код
  • Опубликовано: 3 июл 2024
  • Mentioned macros github.com/TransitNow/uhk-60-... ultimatehackingkeyboard.com/
    00:00 What are smart macros?
    01:02 Dual function backtick
    02:58 Special macros for initialization and keymap changes
    03:55 OS-specific settings by keymap
    04:47 Capslock shift
    05:38 Record macro and play back to avoid tedious repetition
    06:31 Reassign keymap during alt tab to close apps with one hand
    07:52 Function keys EVERYWHERE
    09:04 Delete line and easy to use macro wizard form
    09:24 Mouse jiggler to avoid screen timeouts
    10:48 Gaming macro shift walk tap or hold
    11:25 One shot modifier for fluid typing
    11:58 Creating your macros, community support and GPT4
    13:23 Outro
    Agent software for the Ultimate Hacking Keyboard (UHK60) enables an insane level of productivity with its smart macro (scripting language).
    Resources:
    - Initial prompt for ChatGPT 4 (beta) raw.githubusercontent.com/Tra...
    - My review of the UHK60 v2 • UHK60 V2 Review - I ca...
    - UHK forums forum.ultimatehackingkeyboard...
    - Official blog post and intro tutorial ultimatehackingkeyboard.com/b...
    This video is NOT sponsored. Some product links are affiliate links which means if you buy something I'll receive a small commission at no extra cost to you.
    My Budget Camera Gear channel tinyurl.com/jsyntaxmedia
    My Camera Gear:
    Sony A7C amzn.to/36cy454​
    Sigma 24-70mm f2.8 E lens amzn.to/3t08vhi
    Godox Keylight LEDP260C amzn.to/2KRqLbn
    LED camera light amzn.to/3ptcQaM
    Deity V-Mic D3 amzn.to/36gagxf
    Rode Wireless Go amzn.to/36dsBLm
    SmallRig A7C Cage amzn.to/36cOZUP
  • ХоббиХобби

Комментарии • 16

  • @_happyguy
    @_happyguy 5 дней назад +6

    Featured in the UHK newsletter! Congrats!🎉

  • @davidvkimball
    @davidvkimball 2 дня назад

    Very nice! I love your implementation of holding down the tilde key to do another often-used function. I could do a lot more I know but trying to start simply and work my way up to more macros. For now just having a key to type my email address in for me has been a life-saver.

    • @JSyntax
      @JSyntax  День назад

      Absolutely good idea

  • @1asgarov
    @1asgarov 5 дней назад +5

    i don't know why but on linux the hold fn key doesn't work for me
    ifPrimary final tapKey =
    holdKey f12
    only the normal taps print the correct value `=` but prolonged holding doesn't do anything

    • @JSyntax
      @JSyntax  5 дней назад +3

      Do you advanced mode enabled?

    • @1asgarov
      @1asgarov 4 дня назад +3

      @@JSyntax I had to enable "Advanced Resoluiton Strategy" under "Typing behavior" and then it worked - thanks!

  • @RatherBeCancelledThanHandled
    @RatherBeCancelledThanHandled Месяц назад +2

    This is really informative thanks for sharing . 👍 .

  • @digitaldisruptlabs
    @digitaldisruptlabs 22 дня назад

    Great video! Thanks for sharing those helpful tips

    • @JSyntax
      @JSyntax  5 дней назад

      Glad it was helpful!

  • @JujocoCS
    @JujocoCS 24 дня назад +2

    where's the jiggle stop code? can you add it to the repo please.

    • @JSyntax
      @JSyntax  19 дней назад +2

      sorry, i will add later but here it is:
      ```
      setVar stopJiggler 1
      setLedTxt 1000 "stp"
      ```

  • @felizxett6618
    @felizxett6618 День назад +1

    can somebody maybe create a custom GPT for this? would be awesome!

  • @MyCoCreations
    @MyCoCreations 5 дней назад

    Thanks for sharing! I have the trackball and scrolling or clicking on the buttons don't wake up my pc, trying to find out if there is a macro I can launch using the module.

    • @JSyntax
      @JSyntax  5 дней назад +1

      Mouse jiggler?

    • @MyCoCreations
      @MyCoCreations 4 дня назад

      @@JSyntax Thanks, I need to figure out how to bind 2 keys (like long press LCTRL + click trackball left) to the mouse click button otherwise the macro will override the default action. I'll give it a try!