<br><br><div class="gmail_quote">On Tue, Oct 26, 2010 at 14:24, Fernando Perez <span dir="ltr"><<a href="http://fperez.net">fperez.net</a>@<a href="http://gmail.com">gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hey,<br>
<div class="im"><br>
On Tue, Oct 26, 2010 at 1:35 PM, MinRK <<a href="mailto:benjaminrk@gmail.com">benjaminrk@gmail.com</a>> wrote:<br>
> Hm, that's annoying, sorry I didn't catch it.<br>
<br>
</div>No worries, I didn't notice either until a while later.<br>
<div class="im"><br>
> One of my very favorite things about OSX is that since the standard meta key<br>
> is cmd instead of ctrl, all regular GUI bindings (entirely cmd-based) and<br>
> all emacs-style bindings (ctrl-based) have no degeneracy, so you don't have<br>
> to choose between having ctrl-a be home or select-all, or this cmd/ctrl-P<br>
> behavior, and basic emacs navigation works in *all* GUI apps by default.<br>
<br>
</div>Indeed.  And if only Apple had the decency to include a right Ctrl-key<br>
(in addition to Cmd and Alt/Option) on their laptop/small desktop<br>
keyboards, I might actually own an Apple machine! :) [I can't stand<br>
having to chord on only left-Ctrl key for everything on the smaller<br>
Apple keyboards, despite loving them].<br>
<div class="im"><br>
> Yes, we should do a platform check, since it would be completely hideous to<br>
> be the only Mac app in the world that doesn't use cmd-P for print.<br>
> Questions:<br>
> Is it just Linux, or will there also be a conflict in Windows?<br>
>  Specifically: is OSX the only one without a problem, or is Linux the only<br>
> one with a problem?<br>
<br>
</div>OSX is the only one *without* a problem. So the fix is to leave your<br>
current version for OSX, and switch out to Ctrl-Shift-P for all others<br>
(*nix, Windows).<br></blockquote><div><br></div><div>Done and done:</div><div><a href="http://github.com/ipython/ipython/pull/187">http://github.com/ipython/ipython/pull/187</a></div><div><br></div><div>It specifically checks if the print key is ctrl-P, and changes to ctrl-shift-P if that's the case.</div>

<div>If, for some reason, the print key on the platform is something else, then it won't change.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">


<div class="im"><br>
> Is there a similar conflict on ctrl-S?<br>
<br>
</div>In principle yes, except that we have no other keybinding for Ctrl-S<br>
yet, so I'm not that worried about that one.<br>
<br>
Cheers,<br>
<font color="#888888"><br>
f<br>
</font></blockquote></div><br>