Earlier quoted context omitted.
I've been concerned about buying into the Touch Bar hardware when it seems like it is not coming to any other Macs. If Apple was going to try and open a new front on the "hearts and minds of Touch Bar skeptics" war then the Mac Pro reveal at WWDC a few weeks ago would have been the time to do it, that they didn't makes me think it's not long for this world. Not because the Mac Pro sales would have been hampered by it…
If memory serves, the logic to drive the Touch Bar is something that came from the Watch, which also included the Secure Enclave and other features that were more mobile than desktop. If that was true, then you can't trust the USB cable alone (or Bluetooth) to maintain the trust that circuit needs, and a keyboard with a Touch Bar would require a new circuit or at least design change to only do the display part, not t…
Pock: Display macOS Dock in Touch Bar
221–229 of 229 posts
Re: Pock: Display macOS Dock in Touch Bar
#222Re: Pock: Display macOS Dock in Touch Bar
#223Earlier quoted context omitted.
MacBook Pro 2013 user here, and the trackpad is a huge reason I'd continue to stay with Apple. I don't know why other manufacturers can't seem to get it right.
I believe Apple actually holds patents on their trackpad algorithms, forcing everyone else to use worse driver implementations.
Re: Pock: Display macOS Dock in Touch Bar
#224This makes sense There's extra vertical space on the lower half of a MacBook, and the dock wastes vertical space on the screen I normally put the dock on the side, but putting it above the keyboard works too Now if only the damn keyboard had a proper escape key. Who signed off on that. Honestly.
Re: Pock: Display macOS Dock in Touch Bar
#225Earlier quoted context omitted.
What I CAN NOT do, however, is move the 'ESC' key (or any, really) all the way to the left. There's always a 'Touch ID'-size spacer on the left of the Touch Bar.
That spacer still activates the 'ESC' key
Re: Pock: Display macOS Dock in Touch Bar
#226Re: Pock: Display macOS Dock in Touch Bar
#227Re: Pock: Display macOS Dock in Touch Bar
#228Earlier quoted context omitted.
inoremap jj
> inoremap jj That takes care of returning from insert mode to normal mode. What do you do for returning from other modes (operator pending mode, visual mode, etc.) to normal mode? I don't think it is possible to reliably reproduce all of the in all the modes with remaps.
For visual mode, apparently I just press v again. (I had to try it and see if I was subconsciously triggering Esc).
I had already weened myself off the Esc key, so the touchbar isn't that big a deal for me (though, i dont really ever use it). The terrible keyboard reliability is much worse, ugh.
Re: Pock: Display macOS Dock in Touch Bar
#229Earlier quoted context omitted.
> inoremap jj That takes care of returning from insert mode to normal mode. What do you do for returning from other modes (operator pending mode, visual mode, etc.) to normal mode? I don't think it is possible to reliably reproduce all of the in all the modes with remaps.
I didn't know "operator pending mode" was a thing, so I definitely don't use Esc to leave it. For visual mode, apparently I just press v again. (I had to try it and see if I was subconsciously triggering Esc). I had already weened myself off the Esc key, so the touchbar isn't that big a deal for me (though, i dont really ever use it). The terrible keyboard reliability is much worse, ugh.
I know I just rephrased the "operator pending mode" in a more elaborate manner but I am curious how you handle this case? Do you press Esc? Or do you go ahead with the delete anyway and then press 'u' to undo the delete? Or do you have some other technique to cancel the delete operator pending?