This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-06
Channels
- # adventofcode (2)
- # announcements (5)
- # architecture (4)
- # babashka (35)
- # beginners (28)
- # calva (4)
- # cider (9)
- # clerk (30)
- # clj-kondo (11)
- # clojure (58)
- # clojure-conj (3)
- # clojure-europe (71)
- # clojure-gamedev (2)
- # clojure-nl (3)
- # clojure-uk (2)
- # clojurescript (49)
- # conjure (2)
- # cursive (2)
- # emacs (4)
- # fulcro (1)
- # honeysql (2)
- # hyperfiddle (10)
- # jobs (2)
- # jobs-discuss (18)
- # leiningen (9)
- # membrane (14)
- # missionary (1)
- # off-topic (27)
- # pedestal (1)
- # polylith (5)
- # reagent (12)
- # releases (2)
- # remote-jobs (3)
- # shadow-cljs (83)
- # sql (5)
- # squint (14)
- # tools-build (13)
Anyone using non-standard keys as chords? For example I use ; and ` as single chord keys so I can get more 2 key combos instead of using many 3 key chords. I'm just curious how others remap keys and chords.
I try to make as few changes to shortcuts as I can bear not changing. And I try to make those changes as subtle as I can.
So for example, Calva's hijacking of Tab
drives me crazy, so I moved it to Alt+Tab
. Not that much different.
Worth noting that built-in keybindings mostly ignore the Alt
key. So using Alt
is a good way to open up more of the keyboard.
Sounds great to use ;
and ` like that. On a Swedish keyboard
,
is a single key while ;
takes two keys (`shift+,`), so might make more sense to use for me. ,
is seldom used in Clojure code anyway...
As for alt
. Great when it works. For many keyboard layouts it won't work, since it produces various ”decorated” characters. Sometimes both the shortcut and the character is produced... This is probably the reason built-in keybindings avoid it. Calva used to have some default keybindings using alt
plus some key, and it caused troubles for some users. For personal re-bindings, it's great.