public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working
@ 2019-12-25 12:20 Eugene Klimov
  2019-12-25 12:57 ` Takashi Yano
  0 siblings, 1 reply; 17+ messages in thread
From: Eugene Klimov @ 2019-12-25 12:20 UTC (permalink / raw)
  To: cygwin

after upgrade cygwin to latest 3.1.2 (mintty
i have following bugs
alt+space hotkeys not working in any cygwin applications
screen inside cygwin ssh have wrong tab completion

i try get help on IRC freenode, but nobody answer me ;-(
Is anybody here who have same bugs as me?

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working
  2019-12-25 12:20 cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working Eugene Klimov
@ 2019-12-25 12:57 ` Takashi Yano
  2019-12-25 13:33   ` Eugene Klimov
  2019-12-25 14:46   ` Eugene Klimov
  0 siblings, 2 replies; 17+ messages in thread
From: Takashi Yano @ 2019-12-25 12:57 UTC (permalink / raw)
  To: cygwin

On Wed, 25 Dec 2019 12:04:52 +0500
Eugene Klimov wrote:
> alt+space hotkeys not working in any cygwin applications

Alt-space is caught by mintty by default. If you want to
pass that key to applications, you should disable that
feature in option menu.

> screen inside cygwin ssh have wrong tab completion

Please describe your problem in detail.

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working
  2019-12-25 12:57 ` Takashi Yano
@ 2019-12-25 13:33   ` Eugene Klimov
  2019-12-25 14:46   ` Eugene Klimov
  1 sibling, 0 replies; 17+ messages in thread
From: Eugene Klimov @ 2019-12-25 13:33 UTC (permalink / raw)
  To: cygwin

> Alt-space is caught by mintty by default. If you want to
> pass that key to applications, you should disable that
> feature in option menu.
could you explain how to do it exactly, quick google on "mintty
options menu" don't show expected result


> Please describe your problem in detail.
I try show what exactly happens on my screen
https://youtu.be/bO6-eihhkh4
when i press BACKSPACE inside screen my cursor position
i try install old version of mintty via setup-x86_64.exe without any effect

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working
  2019-12-25 12:57 ` Takashi Yano
  2019-12-25 13:33   ` Eugene Klimov
@ 2019-12-25 14:46   ` Eugene Klimov
  2019-12-25 18:46     ` Takashi Yano
  1 sibling, 1 reply; 17+ messages in thread
From: Eugene Klimov @ 2019-12-25 14:46 UTC (permalink / raw)
  To: cygwin

> > alt+space hotkeys not working in any cygwin applications
> Alt-space is caught by mintty by default. If you want to
> pass that key to applications, you should disable that
> feature in option menu.
ok i just run
mintty bash
and try toggle on\off on keyboard
https://monosnap.com/file/AavY6un7Sm1EwSuuu7TcDp3FNlruq3

and changes saved to /home/slach/.minttyrc
ThemeFile=
Font=Consolas
DeleteSendsDEL=no
WindowShortcuts=yes
BackspaceSendsBS=yes


but when i just run bash.exe without mintty.exe, shortkeys still doesn't work
how i can check when mintty settings used?

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working
  2019-12-25 14:46   ` Eugene Klimov
@ 2019-12-25 18:46     ` Takashi Yano
  2019-12-25 22:05       ` Eugene Klimov
  0 siblings, 1 reply; 17+ messages in thread
From: Takashi Yano @ 2019-12-25 18:46 UTC (permalink / raw)
  To: cygwin

On Wed, 25 Dec 2019 17:57:00 +0500
Eugene Klimov wrote:
> > > alt+space hotkeys not working in any cygwin applications
> > Alt-space is caught by mintty by default. If you want to
> > pass that key to applications, you should disable that
> > feature in option menu.
> ok i just run
> mintty bash
> and try toggle on\off on keyboard
> https://monosnap.com/file/AavY6un7Sm1EwSuuu7TcDp3FNlruq3
> 
> and changes saved to /home/slach/.minttyrc
> ThemeFile=
> Font=Consolas
> DeleteSendsDEL=no
> WindowShortcuts=yes
> BackspaceSendsBS=yes

Uncheck the checkbox and press "save" button. This sets
WindowsShortcuts in .minttyrc to "no".

Then just close mintty, and restart it.
 
> but when i just run bash.exe without mintty.exe, shortkeys still doesn't work

What do you mean by "without mintty"? Do you execute bash in command
prompt?

On Wed, 25 Dec 2019 17:20:10 +0500
Eugene Klimov wrote:
> > Please describe your problem in detail.
> I try show what exactly happens on my screen
> https://youtu.be/bO6-eihhkh4
> when i press BACKSPACE inside screen my cursor position
> i try install old version of mintty via setup-x86_64.exe without any effect

Sorry, but I can not get what is your point. Is the problem in tab
completion? Or cursor position problem? The "screen" means mintty
screen? Or Gnu screen command?

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working
  2019-12-25 18:46     ` Takashi Yano
@ 2019-12-25 22:05       ` Eugene Klimov
  2019-12-26 10:28         ` Andrey Repin
  0 siblings, 1 reply; 17+ messages in thread
From: Eugene Klimov @ 2019-12-25 22:05 UTC (permalink / raw)
  To: cygwin

> Uncheck the checkbox and press "save" button. This sets
> WindowsShortcuts in .minttyrc to "no".
> Then just close mintty, and restart it.
after that
alt+space not work in any cygwin console
my actions sequence
# win+r - cmd.exe
> start "mintty" mintty.exe
# click options on top-left icon, uncheck checkbox, press save, close
options, close mintty window
> start "mintty" mintty.exe
# alt+space not works
> start "mintty+bash" mintty bash
# alt+space not works
> start "mintty" mintty.exe
# click options on top-left icon, uncheck checkbox, press save, close
options, close mintty window
> start "mintty" mintty.exe
alt+space WORKS
> start "mintty+bash" mintty.exe bash
alt+space WORKS
> start "bash" bash.exe
alt+space STILL NOT WORKS

> > but when i just run bash.exe without mintty.exe, shortkeys still doesn't work
> What do you mean by "without mintty"? Do you execute bash in command
> prompt?
yes, I described how i run bash.exe above

> > > Please describe your problem in detail.
> > I try show what exactly happens on my screen
> > https://youtu.be/bO6-eihhkh4
> > when i press BACKSPACE inside screen my cursor position
> > i try install old version of mintty via setup-x86_64.exe without any effect
>
> Sorry, but I can not get what is your point. Is the problem in tab
> completion? Or cursor position problem? The "screen" means mintty
> screen? Or Gnu screen command?
screen mean "gnu screen"
and yes currently main problems is cursor positions wrong changes
inside gnu screen when i press backspace

> Takashi Yano <takashi.yano@nifty.ne.jp>
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working
  2019-12-25 22:05       ` Eugene Klimov
@ 2019-12-26 10:28         ` Andrey Repin
  2019-12-26 17:45           ` Eugene Klimov
  0 siblings, 1 reply; 17+ messages in thread
From: Andrey Repin @ 2019-12-26 10:28 UTC (permalink / raw)
  To: Eugene Klimov, cygwin

Greetings, Eugene Klimov!

>> Uncheck the checkbox and press "save" button. This sets
>> WindowsShortcuts in .minttyrc to "no".
>> Then just close mintty, and restart it.
> after that
> alt+space not work in any cygwin console

Alt+Space is a standard Windows key to open main window menu.
And not only Windows.
It is most un usual to have this key have any other meaning in a normal
application.

> # alt+space not works
> # alt+space not works
> alt+space WORKS
> alt+space WORKS
> alt+space STILL NOT WORKS

Define "works" and "not works".
What is the expected results? What is the observed results?


-- 
With best regards,
Andrey Repin
Thursday, December 26, 2019 1:04:36

Sorry for my terrible english...


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working
  2019-12-26 10:28         ` Andrey Repin
@ 2019-12-26 17:45           ` Eugene Klimov
  2019-12-26 19:18             ` Takashi Yano
  2019-12-26 20:16             ` Brian Inglis
  0 siblings, 2 replies; 17+ messages in thread
From: Eugene Klimov @ 2019-12-26 17:45 UTC (permalink / raw)
  To: cygwin

when i say "works"
i mean "when i press alt+space i see main menu for current window"

currently in any cygwin application which run in separate window
(win+r -> bash.exe i dont't see main menu window when press alt+space)

$ cat ~/.minttyrc
ThemeFile=
Font=Consolas
DeleteSendsDEL=no
WindowShortcuts=yes
BackspaceSendsBS=yes

$ env
TERM=xterm-256color
TEMP=/cygdrive/c/Users/{my_user}/AppData/Local/Temp
SHLVL=1
SESSIONNAME=Console
SHELL=/bin/bash

i tried uninstall/install cygwin from strach without any effect

anybody in this maillist use cygwin 3.1.2 with 3.1.2(0.340/5/3)
windows 10 home build 18362?

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working
  2019-12-26 17:45           ` Eugene Klimov
@ 2019-12-26 19:18             ` Takashi Yano
  2019-12-26 20:16             ` Brian Inglis
  1 sibling, 0 replies; 17+ messages in thread
From: Takashi Yano @ 2019-12-26 19:18 UTC (permalink / raw)
  To: cygwin

On Thu, 26 Dec 2019 11:55:59 +0500
Eugene Klimov wrote:
> when i say "works"
> i mean "when i press alt+space i see main menu for current window"

That's completely the revserse of mine :-).

> currently in any cygwin application which run in separate window
> (win+r -> bash.exe i dont't see main menu window when press alt+space)

That is the normal behaviour of cygwin 3.1.0 and later.

FYI: WSL also behaves similar.

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working
  2019-12-26 17:45           ` Eugene Klimov
  2019-12-26 19:18             ` Takashi Yano
@ 2019-12-26 20:16             ` Brian Inglis
  2019-12-27  5:00               ` Eugene Klimov
  1 sibling, 1 reply; 17+ messages in thread
From: Brian Inglis @ 2019-12-26 20:16 UTC (permalink / raw)
  To: cygwin

On 2019-12-25 23:55, Eugene Klimov wrote:
> when i say "works"
> i mean "when i press alt+space i see main menu for current window"

Windows apps do not normally have a main menu, they have a window management
menu Alt-Space and a Menu Bar Alt-... or F10

> windows 10 home build 18362?

Is this the official Windows 10 release 1903/19H1?

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working
  2019-12-26 20:16             ` Brian Inglis
@ 2019-12-27  5:00               ` Eugene Klimov
  2019-12-27  5:00                 ` Eugene Klimov
  0 siblings, 1 reply; 17+ messages in thread
From: Eugene Klimov @ 2019-12-27  5:00 UTC (permalink / raw)
  To: Brian.Inglis, cygwin

> On 2019-12-25 23:55, Eugene Klimov wrote:
> > when i say "works"
> > i mean "when i press alt+space i see main menu for current window"
> Windows apps do not normally have a main menu, they have a window management
> menu Alt-Space and a Menu Bar Alt-... or F10
doesn't matter how exactly we name "menu"
i mean this menu
https://monosnap.com/file/gBqrKZLH4zhquuNWPSTJfHRMJzlMq8
> > windows 10 home build 18362?
> Is this the official Windows 10 release 1903/19H1?
yes this is Windows 10 release 1903

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working
  2019-12-27  5:00               ` Eugene Klimov
@ 2019-12-27  5:00                 ` Eugene Klimov
  2019-12-27  5:29                   ` Eugene Klimov
  0 siblings, 1 reply; 17+ messages in thread
From: Eugene Klimov @ 2019-12-27  5:00 UTC (permalink / raw)
  To: Brian.Inglis, cygwin, takashi.yano, anrdaemon

https://github.com/Maximus5/ConEmu/issues/2035
look like cygwin 3.1 and windows 1903 totally broke exists behaviors

пт, 27 дек. 2019 г. в 07:29, Eugene Klimov <bloodjazman@gmail.com>:
>
> > On 2019-12-25 23:55, Eugene Klimov wrote:
> > > when i say "works"
> > > i mean "when i press alt+space i see main menu for current window"
> > Windows apps do not normally have a main menu, they have a window management
> > menu Alt-Space and a Menu Bar Alt-... or F10
> doesn't matter how exactly we name "menu"
> i mean this menu
> https://monosnap.com/file/gBqrKZLH4zhquuNWPSTJfHRMJzlMq8
> > > windows 10 home build 18362?
> > Is this the official Windows 10 release 1903/19H1?
> yes this is Windows 10 release 1903

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working
  2019-12-27  5:00                 ` Eugene Klimov
@ 2019-12-27  5:29                   ` Eugene Klimov
  2019-12-27 12:34                     ` Marco Atzeri
  0 siblings, 1 reply; 17+ messages in thread
From: Eugene Klimov @ 2019-12-27  5:29 UTC (permalink / raw)
  To: Brian.Inglis, cygwin, takashi.yano, anrdaemon

yes, rollback to cygwin 3.0 via setup-x86_64.exe completely restore
good behavior ;-(

is there issue tracker for cygwin project where i can submit bug
report for "new pseudo tty functions"?

пт, 27 дек. 2019 г. в 09:50, Eugene Klimov <bloodjazman@gmail.com>:
>
> https://github.com/Maximus5/ConEmu/issues/2035
> look like cygwin 3.1 and windows 1903 totally broke exists behaviors
>
> пт, 27 дек. 2019 г. в 07:29, Eugene Klimov <bloodjazman@gmail.com>:
> >
> > > On 2019-12-25 23:55, Eugene Klimov wrote:
> > > > when i say "works"
> > > > i mean "when i press alt+space i see main menu for current window"
> > > Windows apps do not normally have a main menu, they have a window management
> > > menu Alt-Space and a Menu Bar Alt-... or F10
> > doesn't matter how exactly we name "menu"
> > i mean this menu
> > https://monosnap.com/file/gBqrKZLH4zhquuNWPSTJfHRMJzlMq8
> > > > windows 10 home build 18362?
> > > Is this the official Windows 10 release 1903/19H1?
> > yes this is Windows 10 release 1903

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working
  2019-12-27  5:29                   ` Eugene Klimov
@ 2019-12-27 12:34                     ` Marco Atzeri
  2019-12-27 15:04                       ` Eugene Klimov
  0 siblings, 1 reply; 17+ messages in thread
From: Marco Atzeri @ 2019-12-27 12:34 UTC (permalink / raw)
  To: cygwin

Am 27.12.2019 um 05:59 schrieb Eugene Klimov:
> yes, rollback to cygwin 3.0 via setup-x86_64.exe completely restore
> good behavior ;-(
> 
> is there issue tracker for cygwin project where i can submit bug
> report for "new pseudo tty functions"?

this mailing list.
> 
> пт, 27 дек. 2019 г. в 09:50, Eugene Klimov <bloodjazman@gmail.com>:
>>
>> https://github.com/Maximus5/ConEmu/issues/2035
>> look like cygwin 3.1 and windows 1903 totally broke exists behaviors
>>
>> пт, 27 дек. 2019 г. в 07:29, Eugene Klimov

I do not remember you mentioning ConEmu on any previous mail.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working
  2019-12-27 12:34                     ` Marco Atzeri
@ 2019-12-27 15:04                       ` Eugene Klimov
  2019-12-28 13:40                         ` Takashi Yano
  0 siblings, 1 reply; 17+ messages in thread
From: Eugene Klimov @ 2019-12-27 15:04 UTC (permalink / raw)
  To: cygwin

i don't use ConEmu
but after upgrade to cygwin 3.1 this team have same bugs

also rollback cygwin to 3.0 return previous behaviors
and GNU `screen` inside cygwin `ssh` works fine

пт, 27 дек. 2019 г. в 10:29, Marco Atzeri <marco.atzeri@gmail.com>:
>
> Am 27.12.2019 um 05:59 schrieb Eugene Klimov:
> > yes, rollback to cygwin 3.0 via setup-x86_64.exe completely restore
> > good behavior ;-(
> >
> > is there issue tracker for cygwin project where i can submit bug
> > report for "new pseudo tty functions"?
>
> this mailing list.
> >
> > пт, 27 дек. 2019 г. в 09:50, Eugene Klimov <bloodjazman@gmail.com>:
> >>
> >> https://github.com/Maximus5/ConEmu/issues/2035
> >> look like cygwin 3.1 and windows 1903 totally broke exists behaviors
> >>
> >> пт, 27 дек. 2019 г. в 07:29, Eugene Klimov
>
> I do not remember you mentioning ConEmu on any previous mail.
>
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working
  2019-12-27 15:04                       ` Eugene Klimov
@ 2019-12-28 13:40                         ` Takashi Yano
  2019-12-29 16:23                           ` Brian Inglis
  0 siblings, 1 reply; 17+ messages in thread
From: Takashi Yano @ 2019-12-28 13:40 UTC (permalink / raw)
  To: cygwin

On Fri, 27 Dec 2019 12:19:53 +0500
Eugene Klimov wrote:
> i don't use ConEmu
> but after upgrade to cygwin 3.1 this team have same bugs

These are not the same issue at all. As for alt-space,
the keycode 0x1b 0x20 is passed to the cygwin application
correctly inside of console window. This is not a bug.

The issue of ConEmu is that the no key code is passed
by arrow keys or del key to the cygwin application.

> also rollback cygwin to 3.0 return previous behaviors
> and GNU `screen` inside cygwin `ssh` works fine

I cannot get what is your problem. I logged in to a linux
machine using cygwin ssh and start GNU screen in the ssh
session, however, everything works fine for me. I tried
that in both mintty and command prompt.

*Please* let us know the *detail* of the steps to reproduce
your issue and what happens.

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working
  2019-12-28 13:40                         ` Takashi Yano
@ 2019-12-29 16:23                           ` Brian Inglis
  0 siblings, 0 replies; 17+ messages in thread
From: Brian Inglis @ 2019-12-29 16:23 UTC (permalink / raw)
  To: cygwin

On 2019-12-28 05:04, Takashi Yano wrote:
> On Fri, 27 Dec 2019 12:19:53 +0500, Eugene Klimov wrote:
>> i don't use ConEmu
>> but after upgrade to cygwin 3.1 this team have same bugs
> 
> These are not the same issue at all. As for alt-space,
> the keycode 0x1b 0x20 is passed to the cygwin application
> correctly inside of console window. This is not a bug.
> 
> The issue of ConEmu is that the no key code is passed
> by arrow keys or del key to the cygwin application.
> 
>> also rollback cygwin to 3.0 return previous behaviors
>> and GNU `screen` inside cygwin `ssh` works fine
> 
> I cannot get what is your problem. I logged in to a linux
> machine using cygwin ssh and start GNU screen in the ssh
> session, however, everything works fine for me. I tried
> that in both mintty and command prompt.
> 
> *Please* let us know the *detail* of the steps to reproduce
> your issue and what happens.

He is using some Cyrillic locale:

https://monosnap.com/file/gBqrKZLH4zhquuNWPSTJfHRMJzlMq8

so some more details might help from:

$ mintty -V
Ignoring unknown option 'CharNarrowing'.
mintty 3.0.2 (x86_64-pc-cygwin)
© 2013/2019 Andy Koppe / Thomas Wolff
License GPLv3+: GNU GPL version 3 or later
There is no warranty, to the extent permitted by law.

$ echo $LANGUAGE
en_CA:en_GB:en
$ for o in -s -u -f -i -n ''; do locale $o; done
en_US
en_US
en_CA
en_CA
en_CA
LANG=en_CA.UTF-8
LC_CTYPE="en_CA.UTF-8"
LC_NUMERIC="en_CA.UTF-8"
LC_TIME="en_CA.UTF-8"
LC_COLLATE="en_CA.UTF-8"
LC_MONETARY="en_CA.UTF-8"
LC_MESSAGES="en_CA.UTF-8"
LC_ALL=

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2019-12-29  5:11 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-25 12:20 cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working Eugene Klimov
2019-12-25 12:57 ` Takashi Yano
2019-12-25 13:33   ` Eugene Klimov
2019-12-25 14:46   ` Eugene Klimov
2019-12-25 18:46     ` Takashi Yano
2019-12-25 22:05       ` Eugene Klimov
2019-12-26 10:28         ` Andrey Repin
2019-12-26 17:45           ` Eugene Klimov
2019-12-26 19:18             ` Takashi Yano
2019-12-26 20:16             ` Brian Inglis
2019-12-27  5:00               ` Eugene Klimov
2019-12-27  5:00                 ` Eugene Klimov
2019-12-27  5:29                   ` Eugene Klimov
2019-12-27 12:34                     ` Marco Atzeri
2019-12-27 15:04                       ` Eugene Klimov
2019-12-28 13:40                         ` Takashi Yano
2019-12-29 16:23                           ` Brian Inglis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).