[issue46497] IDLE macOS shortcut ctrl+S doesn’t work for show completions

2022-01-29 Thread David Contreras


David Contreras  added the comment:

I disabled the default ^space in macOS settings>Keyboard>Shortcuts>Input 
Sources>Select the Previous input source (^space)

After doing that ^space works on IDLE, nonetheless the menu shows ^S which is 
not ^space.

--
Added file: https://bugs.python.org/file50596/IDLE edit menu.jpg

___
Python tracker 
<https://bugs.python.org/issue46497>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46497] IDLE macOS shortcut ctrl+S doesn’t work for show completions

2022-01-25 Thread David Contreras


Change by David Contreras :


--
assignee:  -> terry.reedy
components: +IDLE
nosy: +terry.reedy
type:  -> behavior
versions: +Python 3.10, Python 3.9

___
Python tracker 
<https://bugs.python.org/issue46497>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46497] IDLE macOS shortcut ctrl+S doesn’t work for show completions

2022-01-23 Thread David Contreras

New submission from David Contreras :

I noticed that selecting Edit>Show Completions works as expected on Python 
3.10.2 and macOS 12.1 after issue 40128 was resolved.

But trying the default keyboard shortcut ctrl+S only highlights the edit menu 
but doesn't work.

I understand that it's supposed to be ctrl+space because that's how it works on 
windows and it also works in macOS after disabling the default behavior for 
ctrl+space but this doesn't highlight the edit menu.

On the original issue this behavior was also described but now the issue is 
closed and the behavior is the same.

So ctrl+S highlights the edit menu but doesn’t show completions and ctrl+space 
shows completions but has a conflict with the default macOS keyboard shortcuts 
and is not the shortcut specified on the edit menu and it doesn’t highlight it.

--
messages: 411441
nosy: dvd101x
priority: normal
severity: normal
status: open
title: IDLE macOS shortcut ctrl+S doesn’t work for show completions

___
Python tracker 
<https://bugs.python.org/issue46497>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com