Re: W32 GUI: Ctrl+- produces ^- and not ^_ any more (was: Control keys not working)

2022-07-30 Thread Salman Halim
On Sat, Jul 30, 2022 at 11:18 AM Anton Sharonov wrote: > That makes sense now, thanks for clarification. > > Ctrl+something still works, just this specific case (Ctrl+-) is > stopped to work. I created an issue on the tracker to capture it, > feel free to add more details: > >

Re: W32 GUI: Ctrl+- produces ^- and not ^_ any more (was: Control keys not working)

2022-07-30 Thread Anton Sharonov
On Sat, Jul 30, 2022 at 10:40:12AM -0400, Salman Halim wrote: > 0D works with NONE, but ctrl-_ does not. I'm using a US QWERTY layout. I'm > not sure if my 8.2 is older than 4803, but things work on there. That makes sense now, thanks for clarification. Ctrl+something still works, just this

Re: Control keys not working

2022-07-30 Thread Salman Halim
0D works with NONE, but ctrl-_ does not. I'm using a US QWERTY layout. I'm not sure if my 8.2 is older than 4803, but things work on there. Salman On Sat, Jul 30, 2022, 05:31 Anton Sharonov wrote: > > > Salman Halim schrieb am Sa., 30. Juli 2022, 06:00: > >> Steven, >> >> They work everywhere

Re: Control keys not working

2022-07-30 Thread Bram Moolenaar
Salman Halim wrote: > I'm using 32-bit GVim on Windows 10, 9.0 with patches 1-107, though I > noticed this with just patches 1-27, also: when I hit control keys in > insert mode, it just inserts the key as if control hadn't been pressed. > > Simple example: 0, which is supposed to delete all

Re: Control keys not working

2022-07-30 Thread Anton Sharonov
Salman Halim schrieb am Sa., 30. Juli 2022, 06:00: > Steven, > > They work everywhere else. Once again, they were working fine in GVim 8.2. > Also, I've tried it on two different computers now. In fact, I just opened > up an old GVim 8.1 I had lying around while typing this email message and >

Re: Control keys not working

2022-07-29 Thread Salman Halim
Steven, They work everywhere else. Once again, they were working fine in GVim 8.2. Also, I've tried it on two different computers now. In fact, I just opened up an old GVim 8.1 I had lying around while typing this email message and they worked just fine. Salman On Fri, Jul 29, 2022, 23:55 Stan

Re: Control keys not working

2022-07-29 Thread Stan Brown
On 2022-07-29 19:54, Salman Halim wrote: > As an addendum, here is a simple example that works (as in, doesn't > work) even with gvim -u NONE -U NONE: > > imap TEST > > Hitting (I usually just hit control-hyphen, but > control-shift-hyphen doesn't work, either) and just inserts a hyphen. >

Re: Control keys not working

2022-07-29 Thread Salman Halim
As an addendum, here is a simple example that works (as in, doesn't work) even with gvim -u NONE -U NONE: imap TEST Hitting (I usually just hit control-hyphen, but control-shift-hyphen doesn't work, either) and just inserts a hyphen. On Fri, Jul 29, 2022 at 10:35 PM Salman Halim wrote: >

Control keys not working

2022-07-29 Thread Salman Halim
Hello, I'm using 32-bit GVim on Windows 10, 9.0 with patches 1-107, though I noticed this with just patches 1-27, also: when I hit control keys in insert mode, it just inserts the key as if control hadn't been pressed. Simple example: 0, which is supposed to delete all indent from the line. I