Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 69CF0200D4E for ; Thu, 7 Dec 2017 15:29:27 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 68DE8160C0C; Thu, 7 Dec 2017 14:29:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D3FA6160BFE for ; Thu, 7 Dec 2017 15:29:26 +0100 (CET) Received: (qmail 31766 invoked by uid 500); 7 Dec 2017 14:29:26 -0000 Mailing-List: contact dev-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list dev@jmeter.apache.org Received: (qmail 31754 invoked by uid 99); 7 Dec 2017 14:29:25 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Dec 2017 14:29:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A8C97E8F29; Thu, 7 Dec 2017 14:29:25 +0000 (UTC) From: ham1 To: dev@jmeter.apache.org Reply-To: dev@jmeter.apache.org Message-ID: Subject: [GitHub] jmeter pull request #352: Menu bar - added mnemonics to more menu items Content-Type: text/plain Date: Thu, 7 Dec 2017 14:29:25 +0000 (UTC) archived-at: Thu, 07 Dec 2017 14:29:27 -0000 GitHub user ham1 opened a pull request: https://github.com/apache/jmeter/pull/352 Menu bar - added mnemonics to more menu items ## Description * added mnemonics to more menu items * general refactor/tidy of code ## Motivation and Context To make navigation easier, e.g. now to open most recent project, Alt+F, Alt+E, Enter. ## How Has This Been Tested? Manually on Linux Mint ## Screenshots (if appropriate): ## Types of changes - Dev improvement and - New feature (non-breaking change which adds functionality) ## Checklist: - [x] My code follows the [code style][style-guide] of this project. - [x] I have updated the documentation accordingly. [style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines You can merge this pull request into a Git repository by running: $ git pull https://github.com/ham1/jmeter menu_bar Alternatively you can review and apply these changes as the patch at: https://github.com/apache/jmeter/pull/352.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #352 ---- commit 2749067b43f7488d448641e2757ec07df90bf52b Author: Graham Russell Date: 2017-12-07T14:05:02Z added mnemonics to more menu items commit eaf4f613e56b2cb2d34651a92d9d27f3305b6080 Author: Graham Russell Date: 2017-12-07T14:11:07Z General refactor/tidyup ---- ---