Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7171991
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T15:31:27+00:00 2026-05-28T15:31:27+00:00

This problem has bothered me for a long time.As we know,in mathematica we can

  • 0

This problem has bothered me for a long time.As we know,in mathematica we can modify hotkey bindings through two files “KeyEventTranslations.tr” and “MenuSetup.tr”,but some hotkeys that by default bind to system menu items(for example, in windows: Alt+F bind to File menu,Alt+E bind to Edit menu,Alt+I bind to Insert menu,etc.) don’t show up in these files. My question is how to customize these kind of hotkeys? So that I can assign actions I have used more frequently to them.

I have noticed that in the file “MenuSetup.tr”,changing position of the ‘&’ symbol doesn’t affect hotkey binding (for example,changing Menu["&File",{...}] to Menu["Fi&le",{...}]).

Any suggestions? Thank you very much!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T15:31:28+00:00Added an answer on May 28, 2026 at 3:31 pm

    AutoHotKey is almost certainly the thing you want. You can define any bindings that you want and can even create macros. The bindings can be context sensitive, so they only work within a specific application. For example, here is an AutoHotKey script that defines 2 bindings for Notepad only and 1 binding for all windows except Notepad.

    #IfWinActive, ahk_class Notepad
    ^a::MsgBox You pressed Ctrl-A while Notepad is active. Pressing Ctrl-A in any other window will pass the Ctrl-A keystroke to that window.
    #c::MsgBox You pressed Win-C while Notepad is active.
    #IfWinActive
    #c::MsgBox You pressed Win-C while any window except Notepad is active.
    

    I’m not sure what actions you want to bind to, but if they are Mathematica specific, it will take a little effort to write your script. You may have to define the bindings in Mathematica first, then use AutoHotKey to get the actual binding you want, for example to bind “Action X” to Ctrl-F.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This problem has been driving me mad. Here's the general gist: I have two
This problem has bothered me for a while and Im sure theres some sort
This problem has kept me busy for the last hours. I have two sections
this problem has been doing my head in and I hope you can help!
This problem has driven me mad for over a day now. I can create
I'm sure this problem has been addressed before but I can't find a 'duplicate'.
This problem has been solved thanks to your suggestions. See the bottom for details.
This problem has been kicking my butt for a few days now. I have
This problem has bugged me so many times and i have now decided to
This problem has happened to me twice.Both times during programming with Borland C++.when i

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.