question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Binding `Ctrl` + `A`

See original GitHub issue

Can’t do a Ctrl + A binding? When I press these two buttons together, the Windows console places the cursor at the beginning.

Before: image

After: image

Extra note: I didn’t find a Ctrl + A binding to select all the text in a TextView, so I’m doing it by hand.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
tznindcommented, Jul 20, 2022

Yeah, I had done it wrong, thanks for helping me.

Glad you got it sorted 👍 and if you have any further difficulties don’t hesitate to open a new issue. Issues like this help identify where documentation is lacking as well as provide answers to future users searching the closed issues.

1reaction
tigcommented, Jul 20, 2022

Yeah, I wanted to keep the README.md as tight as possible. I assumed that detail was in the API docs. If not, then please do add a PR to add it to the overview articles.

Thanks.

From: Thomas Nind @.> Sent: Wednesday, July 20, 2022 1:59 AM To: migueldeicaza/gui.cs @.> Cc: Charlie Kindel @.) @.>; Mention @.***> Subject: Re: [migueldeicaza/gui.cs] Binding Ctrl + A (Issue #1864)

@tighttps://github.com/tig I was about to link the documentation for the Keybinding system but it seems to have been removed from README.md in this commit @.***#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L73-L87https://github.com/tznind/gui.cs/commit/cc04bb37f5c7684d45833dabd3f7e1ca9c53786f#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L73-L87

Now there is just a single sentence:

Apps can change key bindings using the AddKeyBinding API.

I can see how going into too much detail on the landing page could dilute things but do you want that content moved elsewhere e.g.

— Reply to this email directly, view it on GitHubhttps://github.com/migueldeicaza/gui.cs/issues/1864#issuecomment-1189953604, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAEO6CTGTDPX7PE5MINLSBLVU6WTHANCNFSM54BWWFXQ. You are receiving this because you were mentioned.Message ID: @.@.>>

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't rebind Ctrl-B to Ctrl-A in tmux
I've set options to unbind Ctrl + B and bind tmux on Ctrl + A but Ctrl + A is not working, Ctrl...
Read more >
Remap the ctrl+b tmux prefix to ctrl+a
Change the tmux prefix to ctrl+a like the configuration default in GNU ... ~/.tmux.conf unbind-key C-b set-option -g prefix C-a bind-key C-a ...
Read more >
linux (gnu-) screen: remap Ctrl-a (default command key) to ...
Looking for a way to remap screen s C-a or ^a (default command) binding, to Alt-a or ^[a by using an easy to...
Read more >
How do I create a XAML KeyBinding for CTRL+
In a WPF MVVM application I need to trigger a command when CTRL+' (control and apostrophe) is pressed. None of the following will...
Read more >
Visual Studio Code Key Bindings
For example, key binding Cmd+\ in US keyboard layout will be shown as Ctrl+Shift+Alt+Cmd+7 when layout is changed to German. The dialog to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found