Replies: 5 comments 7 replies
|
OK, I can look into these, but do have a question regarding the second: What is your locale / platform? Because on a US keyboard in linux the shift by both tabs and spaces IS implemented. But on windows, it overlaps with another shortcut. Let me know. |
|
Hi, this was useful, to remind me that the popup-under-cursor control
existed, I had totally forgotten it. (I've been using X11 nedit on SGI
boxes and now Nedit-ng on Mac since the mid 90's, but things you rarely use
just get forgotten).
Re the shifting of text left and right - I use this now and then - select a
block of text with Command + sweep-out-a-block, and then Command+0 or
Command+9 to shift one step, or Shift+Command+0/9 tp shift by several
steps. My "several" is 3. I don't know where thet is coming from.
Ciao,
Greg.
…On Thu, 25 Jun 2026 at 17:52, awaeag ***@***.***> wrote:
Sorry: I did not realize the option even existed. Yes, it works in my case.
—
Reply to this email directly, view it on GitHub
<#409?email_source=notifications&email_token=AH66LHH3TEOEHQCWRTIHT535BTK3JA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNZUGMYDOMRUUZZGKYLTN5XKU43VMJZWG4TJMJSWJJLFOZSW45FMMZXW65DFOJPWG3DJMNVQ#discussioncomment-17430724>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH66LHF7O54PA4B2NAHWSZL5BTK3JAVCNFSNUABHKJSXA33TNF2G64TZHM2DINBUG43TMNB3IRUXGY3VONZWS33OHMYTAMZQGEYTENVBOYBA>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/AH66LHA7VETZKMLWTLSAWDD5BTK3JA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNZUGMYDOMRUUZZGKYLTN5XKU43VMJZWG4TJMJSWJJLFOZSW45FKMZXW65DFOJPWS33T>
and Android
<https://github.com/notifications/mobile/android/AH66LHG6JSSS6TI5PCDKTUT5BTK3JA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNZUGMYDOMRUUZZGKYLTN5XKU43VMJZWG4TJMJSWJJLFOZSW45FOMZXW65DFOJPWC3TEOJXWSZA>.
Download it today!
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
*Greg Edwards*
|
|
@grege2 The "several" should be whatever the size of your tab is configured to be :-). @awaeag I haven't forgotten about you! I'm looking into the So looking at my added "zoom" mappings, they are Ctrl+Equals and Ctrl+Minus (equals is the same key as Plus for US keyboards). I don't THINK that this should be conflicting. Right now, this is the code that I use to attach the shortcuts for shifting left/right by tabs: Which of course seems pretty straight forwards. So my question is, in AZERTY, What would "Shift+0" normally be? Google says it's just The ultimate solution is of course for me to (finally) allow custom shortcut definitions, but I haven't thought of a great way to handle the "shift variants" because there is nuance regarding displaying the "[SHIFT]" hint in the menus. There's no really a good way to guarantee that the pairs of operations that are chosen via the addition of shift are even related if users can set things to anything. I'm guessing that all of the Ctrl+[number] are not quite right for your setup :-/. I actually think that SOME of this can be handled via localization if you're feeling up to helping out :-). (Basically the shortcuts in the |
|
@awaeag OH! Here's an experiemnt you can do to help me: Open the macro menu as shown in this screenshot:
Pick any macro and the put the focus on the accelerator field here:
Then do the following:
As those are all of the shortcuts that are being used which involve the number keys (which are the ones which would be problematic). If you can do this, it would help a ton! |



Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm heavily using nedit for years. And I just tried this port.
I noticed 2 annoying things that are different from the original nedit (and should not in my opinion):
All reactions