<div dir="ltr">I think it is possible to use alt as your menu key prefix, too. Maybe some do that.<div><br></div><div>Robby</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Oct 3, 2013 at 3:37 PM, John Clements <span dir="ltr"><<a href="mailto:clements@brinckerhoff.org" target="_blank">clements@brinckerhoff.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
On Oct 2, 2013, at 10:15 AM, Laurent wrote:<br>
<br>
> You can use Ctrl-W if you enable "Keyboard shortcuts in menus" (or whatever the english string) in Edit/Preferences/General but then you may lose some emacs keybindings.<br>
><br>
> Otherwise, you can get hold of the drracket-frame from a custom keybinding, by first getting the editor from the callback argument, calling (send editor get-top-level-window) to get the frame, then close the tab (only partially tested):<br>

><br>
> (keybinding<br>
>    "c:s:w"<br>
>    (λ (ed evt)<br>
>    (when (is-a? ed text:basic<%>)<br>
>     (define fr (send ed get-top-level-window))<br>
>     (when fr (send fr close-current-tab)))))<br>
><br>
> Example partly taken from here:<br>
> <a href="http://docs.racket-lang.org/drracket/Keyboard_Shortcuts.html#%28part._defining-shortcuts%29" target="_blank">http://docs.racket-lang.org/drracket/Keyboard_Shortcuts.html#%28part._defining-shortcuts%29</a><br>

<br>
</div>Thanks! Is it reasonable to take this as evidence that I'm the only one out there trying to use linux DrRacket with emacs-only bindings :) ?<br>
<div class="HOEnZb"><div class="h5"><br>
John<br>
<br>
<br>
____________________<br>
  Racket Users list:<br>
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
</div></div></blockquote></div><br></div>