Giter Club home page Giter Club logo

Comments (5)

noma4i avatar noma4i commented on July 18, 2024 6

My config to restore Force input source is:

  • BetterTouchTool(BTT) with triggers for shift down -> shift up sequence to prevent any shift + letter misuse. -> remap to {"⌘", "⌥", "⌃"} + [ and ] accordingly.
  • Hammerspoon to force keyboard input source:
local hyper_super = {"⌘", "⌥", "⌃"}
hs.hotkey.bind(hyper_super, "[", function()
    hs.keycodes.setLayout("Russian - PC")
end)
hs.hotkey.bind(hyper_super, "]", function()
    hs.keycodes.setLayout("Australian")
end)

Works smooth.
BTT config attached
btt_config.zip

from karabiner-elements.

noma4i avatar noma4i commented on July 18, 2024 3

Im trying to implement https://github.com/tekezo/Karabiner/blob/65e286b42e2c36d15683c828a8574e873ad4bfe6/src/core/server/Resources/include/checkbox/languages/russian.xml

from karabiner-elements.

leshik avatar leshik commented on July 18, 2024

I think overlaid modifiers aren't implemented yet. ;)

from karabiner-elements.

anaderi avatar anaderi commented on July 18, 2024

not sure why would I need to shift down -> shift up sequence to prevent any shift + letter misuse
otherwise works perfectly.

UPD: in betterTouch it is important to set "required" checkbox for "Cmd-Up" key (which clear by default)

from karabiner-elements.

stale avatar stale commented on July 18, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from karabiner-elements.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.