this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 10 lines 260 B view raw
1local sources = "com.apple.keylayout.ABC" 2 3local back_to_eng = function() 4 hs.keycodes.currentSourceID(sources) 5 Esc_bind:disable() 6 hs.eventtap.keyStroke({ "ctrl" }, "[") 7 Esc_bind:enable() 8end 9 10Esc_bind = hs.hotkey.new({ "ctrl" }, "[", back_to_eng):enable()