Take Ctrl - Keychron Q60 Max

Поделиться
HTML-код
  • Опубликовано: 29 июн 2024
  • A review of the Keychron Q60 Max Keyboard. It uses the HHKB (Happy Hacking) layout which makes quite a few common sense improvements over traditional keyboard layouts.
    You can order a Keychron Q60 Max here: www.keychron.com/products/key...
    Keyboard: Glove80 - www.moergo.com/collections/gl...
    Camera: Canon EOS R5 amzn.to/3CCrxzl
    Monitor: Dell U4914DW 49in amzn.to/3MJV1jx
    SSD for Video Editing: VectoTech Rapid 8TB amzn.to/3hXz9TM
    Microphone 1: Rode NT1-A amzn.to/3vWM4gL
    Microphone 2: Seinheiser 416 amzn.to/3Fkti60
    Microphone Interface: Focusrite Clarett+ 2Pre amzn.to/3J5dy7S
    Tripod: JOBY GorillaPod 5K amzn.to/3JaPxMA
    Mouse: Razer DeathAdder amzn.to/3J9fYCf
    Computer: 2021 Macbook Pro amzn.to/3J7FXtW
    Lens 1: Canon RF50mm F 1.2L USM amzn.to/3qeJrX6
    Lens 2: Canon RF24mm F1.8 Macro is STM Lens amzn.to/3UUs1bB
    Caffeine: High Brew Cold Brew Coffee amzn.to/3hXyx0q
    More Caffeine: Monster Energy Juice, Pipeline Punch amzn.to/3Czmfox
    Building A Second Brain book: amzn.to/3cIShWf
  • НаукаНаука

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

  • @fernandogiongo
    @fernandogiongo 5 месяцев назад +17

    The explanation for the backspace/delete confusion: back in the days of typewriters and teletypes, the backspace key did exactly whar the space key did, except backwards (duh, right?). If you wanted to remove the last typed character, you had to use the backspace key to move the cursor or typing head backwards, and then do some action to actually remove the character; in the case of teletypes that was delete. Eventually people started to make the backspace key do backspace+delete, because that was the most common use case, and computer keyboards started to include arrow keys.
    For "hackers" who like to use text editors such as Vim, by default you still get the old-stye backspace behaviour (which is exacly the same as the left arrow key), last I checked. However, most modern linux distributions change this default to have backspace behave "normally" in text insertion mode. Since the vim cursor motions are mapped unorthodoxically, that is a use case where backspace key can become less useful than delete.

  • @StruC
    @StruC 4 месяца назад +10

    I always bind capslock to Escape on tap and ctrl on hold. Makes it way more useful for that prime positioning and makes Escape easier to reach in vim, where you need it a lot.

    • @codetothemoon
      @codetothemoon  4 месяца назад +2

      this makes a ton of sense! before my split journey I had repurposed it as escape, I wish I would have had the foresight to use it as ctrl on hold as well

    • @oakentree2186
      @oakentree2186 2 месяца назад

      how did you implement that binding, I've been using control + c instead of always hitting escape to go into normal mode

  • @addcoding8150
    @addcoding8150 5 месяцев назад +4

    For me, the caps lock key is just another layer key.
    Control, Shift, Caps makes 3 layers I can use instead of simply 2 in most command setups.

  • @oakentree2186
    @oakentree2186 2 месяца назад +1

    I use caps lock while gaming a lot and sometimes while writing code, so I would to keep the key but swapping it with control would be a better experience

  • @dario.lencina
    @dario.lencina Месяц назад

    I re-mapped Caps-Lock to Cmd too!!

  • @user-oj1ng4pv4i
    @user-oj1ng4pv4i 4 месяца назад

    I am one of the early customer who bought this non Bluetooth version of this keyboard, during their limited production run year ago. I mapped it exactly like the HHKB layout, Caps lock is on fun+tab. I wish keychron makes a cheaper plastic version of this for cheaper and can be easily carried in a laptop bag.

  • @dedebenui
    @dedebenui 5 месяцев назад +2

    Backslash is very common in LaTeX too

  • @SpiritualClockwork
    @SpiritualClockwork 5 месяцев назад

    I was once told that some typists use the caps lock key rather than holding Shift to type capital letters. Apparently at high typing speeds Toggling Caps Lock on and off is more reliable than timing the the Shift key press

  • @androth1502
    @androth1502 5 месяцев назад

    i got used to the control being where the caps lock is thanks to the amiga keyboard. but years of PC keyboard forced me to change that habit.
    tbh, i got used to 'palming' the control key so much that i actually need it in the normal place now. so i just look for keyboards that allow me to palm the control key easier.
    their new lemokey looks pretty good, but the layout would interfere with my palm technique.

  • @vbcv1
    @vbcv1 5 месяцев назад +1

    should have definitely chosen banana switches for my new split keyboard

  • @haralambov
    @haralambov 5 месяцев назад

    The following commands map the Caps Lock to behave like Escape if pressed once,
    and as Control if combined with something else. Been using it for a while, it's pretty neat.
    Give it a try
    setxkbmap -option "ctrl:nocaps"
    xcape -e 'Control_L=Escape' -t 175

  • @stoicfloor
    @stoicfloor 4 месяца назад +1

    I'm not the target audience as I'm using chocofi, but I enjoy this video regardless. Thank you!

    • @codetothemoon
      @codetothemoon  4 месяца назад

      thanks! I'm a die hard split fan as well, but I can definitely still appreciate "closer to traditional" boards like this one ⌨️

  • @LuisM_Santana
    @LuisM_Santana 5 месяцев назад

    Yeah caps lock is default to write querys for me... also I like comments in the code in uppercase, is just more visible. However I do see the point of having the control key there. IDK, this made think, perhaps switching control and caps lock makes more sense, will try that config on my keychron V1 and see
    EDIT: Also, not a fan of not having backspace... This feels like a keyboard for very specific usage

  • @bigz0725
    @bigz0725 5 месяцев назад +2

    Our Apple IIe from the 1980s had the same control key placement.
    Regarding the backslash, I'm a Ruby developer in my day job but I've been playing around with other stuff (Node, Swift, and more recently, Rust). I don't use backslash very much when I'm on MacOS, but, particularly in Ruby, I use pipe a fair amount because it's how you delimit closure parameters, and closures are very common in Ruby. Also, it's obviously useful in shell commands.

  • @Kiaulen
    @Kiaulen 5 месяцев назад

    I remap my K8 pro to have caps lock behave as two keys: escape on press and release and command on press and hold.
    If you do like caps lock, just make it on the fn layer. Now fn + caps lock is caps lock and you can get more utility out of that key.

  • @magnusphilosophus506
    @magnusphilosophus506 5 месяцев назад +1

    I always remap capslock to backspace

    • @codetothemoon
      @codetothemoon  4 месяца назад

      backspace makes a ton of sense for this key - building off another comment, i wonder how a tap-hold configuration would work with backspace on tap and ctrl on hold... might work but might be risky for a frequently used key like backspace.

  • @linux666
    @linux666 5 месяцев назад +1

    I'm interested in keychron's alice layout keyboard but it's an expensive bet, I'm not sure to like it. I had an ergo Microsoft keyboard a long time ago.

    • @codetothemoon
      @codetothemoon  5 месяцев назад

      they look nice - especially if you're not willing to go columnar / ortholinear

  • @tylerkim8765
    @tylerkim8765 4 месяца назад +1

    Wait… so can you change the settings to make the delete key work as a regular backspace key?

    • @codetothemoon
      @codetothemoon  4 месяца назад +1

      that's right - you can completely customize the layout to your liking, including replacing the delete key with a backspace key

  • @pierreollivier1
    @pierreollivier1 4 месяца назад +1

    It's the first thing that I do in every install, is to remap the useless caps_lock to control. I think I'm going to take this keyboard

    • @codetothemoon
      @codetothemoon  4 месяца назад

      nice - let us know how you like it!

  • @locky326
    @locky326 5 месяцев назад

    I have backspace on my capslock key

  • @TXLogic
    @TXLogic 4 месяца назад

    You obviously don’t write papers with lots of mathematics or logic using LaTeX or the equation editor in Word. The backslash key is the prefix for all of the literally thousands of LaTeX codes for mathematical operators, symbols, and alphabetic characters (many of which Word has built into its equation editor). The placement and size of the backslash key on the happy hacker keyboard layout makes it a total dealbreaker for most LaTeX users. I suppose if I had to use one I’d remap the large Delete key to backslash and assign the usual backward-delete function to Ctrl-Delete.

  • @pusab2064
    @pusab2064 Месяц назад

    I use capslock instead of shift….

  • @BraxtonMeyer
    @BraxtonMeyer 5 месяцев назад +2

    is this emacs channel turning into a keyboard one.

    • @codetothemoon
      @codetothemoon  5 месяцев назад +2

      lol nope - last keyboard video for awhile. I think.

  • @orbatos
    @orbatos 5 месяцев назад

    It's surprising given your age that you don't seem to know where the happy hacking layout comes from, so...
    It's a slight modification of a minimal office layout that has been around since the 80's, with one variant being the original Apple Macintosh 59 key model (no, of course they didn't invent this). Now, why did the copy the design and layout of the Macintosh variant specifically? For users who primarily write and do not operate in huge offices the original Macintosh was insanely popular in Japan, though for a reason that most English speakers won't have noticed. The primary one was the IME for Japanese typography was *much" nicer to use than the DOS or Windows versions. Other reasons are the whole system was small and quiet compared to most PCs, and early versions of MacOS were single task oriented, which allowed it to replace typewriters in the offices of professionals.

  • @wayne8863
    @wayne8863 4 месяца назад +1

    Vim users really need a caps lock key! At least we need a placeholder right there! Don't put Ctrl there plz😂

    • @codetothemoon
      @codetothemoon  4 месяца назад

      Hah because you remap it to escape? Or you really use caps lock for something?

  • @thecomputerfreak
    @thecomputerfreak 5 месяцев назад

    I use the caps lock key to insert uppercase umlauts like ÄÖÜ

  • @aiooia
    @aiooia 5 месяцев назад

    On an actual hhkb there are pin switches on the back that hardware change the key functionality for delete to work like backspace. This keyboard price point is way too high imo. I've always wanted a non topre hhkb layout board, but because i want something cheap to take to work. This being priced $20 less than a classic hhkb is laughable. Should be a $100 board.

    • @87detto
      @87detto Месяц назад

      Yeah, but it is made of aluminum, has 2.4Ghz connection and is more customizeable.

  • @Mawkler
    @Mawkler 5 месяцев назад

    If only the columns were columnar

  • @alfred.clement
    @alfred.clement 4 месяца назад +1

    trying to undo,copy,paste is awkward with that layout 😅
    I'll stick with my regular layout...

    • @codetothemoon
      @codetothemoon  4 месяца назад

      interesting, i find them to be easier! of course there's a bit of an adjustment window, I found it to be great on the other side of that

    • @87detto
      @87detto Месяц назад

      It's actually easier and more comfortable to use than the default ctrl location, because you won't have to bend that much down left to reach the ctrl key. Sure, takes 3 days to get used to it, but then you'll notice the benefit.

  • @andreasstager1642
    @andreasstager1642 5 месяцев назад

    I really hate 2-key layout switching, so using some 3-rd party software that allows me to bind the the layout to one single button for years or even decades, and that button is left Control. Can't imagine how to use Caps for this.

  • @offline._archive
    @offline._archive 3 месяца назад +1

    I'm thinking about getting this for my boyfriend who's a computer engineer. Will the delete button ruin his typing experience? I personally love how it looks :/

    • @codetothemoon
      @codetothemoon  3 месяца назад +1

      Nice - I wouldn’t worry about the delete button. It can easily be programmed to be backspace instead of

    • @offline._archive
      @offline._archive 3 месяца назад

      @@codetothemoon thanks so much for your reply and review. This helps me so much!