Index: /applications/editors/josm/plugins/livegps/livegps/LiveGpsPlugin.java
===================================================================
--- /applications/editors/josm/plugins/livegps/livegps/LiveGpsPlugin.java	(revision 5420)
+++ /applications/editors/josm/plugins/livegps/livegps/LiveGpsPlugin.java	(revision 5421)
@@ -40,5 +40,5 @@
         lgpsmenu = new JMenu("LiveGPS");
         lgpsmenu.setMnemonic(KeyEvent.VK_G);
-        menu.add(lgpsmenu, 2);
+        menu.add(lgpsmenu, 5);
         lgpscapture = new JCheckBoxMenuItem(tr("Capture GPS Track"));
         lgpscapture.setSelected(false);
@@ -51,5 +51,6 @@
         lgpsmenu.add(lgpscapture);
 
-        lgpscenter = new JMenuItem(tr("Center Once"), KeyEvent.VK_C);
+        lgpscenter = new JMenuItem(tr("Center Once"));
+        lgpscenter.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_C, 0));
         lgpscenter.addActionListener(new ActionListener() {
         	public void actionPerformed(ActionEvent ev) {
