Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed missing shortcut keys on mono #158

Merged
merged 5 commits into from
May 11, 2020
Merged

Commits on May 11, 2020

  1. Specified menu item shortcuts in own statements.

    This fixes #156.
    This was done cause of a bug in mono:
    The constructor which takes an shortcut key, doesn't probably handle
    this parameter. see https://github.com/mono/mono/blob/169a842f4e913608b17a1e5f38bcb635063b8dc8/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripMenuItem.cs#L83
    dannoe committed May 11, 2020
    Configuration menu
    Copy the full SHA
    62e35d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e50338 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2a563d View commit details
    Browse the repository at this point in the history
  4. Added unit tests.

    dannoe committed May 11, 2020
    Configuration menu
    Copy the full SHA
    92c98aa View commit details
    Browse the repository at this point in the history
  5. Better variable name.

    dannoe committed May 11, 2020
    Configuration menu
    Copy the full SHA
    793d441 View commit details
    Browse the repository at this point in the history