mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Add and update access key shortcuts (#92)
* [CUERipper] Add access key shortcuts
So far, there have not been any access key shortcuts in CUERipper.
- Add the following access key shortcuts:
Alt+G ... Go
Alt+P ... Pause
Alt+A ... Abort
Alt+M ... Meta
Alt+T ... Tracks
Alt+R ... Reload
Alt+E ... Eject
Alt+V ... V/A
Alt+C ... Codepage
Alt+S ... Submit
Alt+O ... Options
- Add corresponding access key shortcuts to the German translation
* [CUETools] Update access key shortcuts
- Update the access key for "Encode" to Alt+c, because Alt+E is
also used for "Embedded"
- Add access keys:
Alt+O ... Output:
Alt+I ... Input:
Alt+S ... Settings
Alt+l ... Batch log
Alt+w ... CUETools website
Alt+A ... About
* [CUETools] Make settings accessible using Alt+S
- Change the DisplayStyle from Image to ImageAndText for the
following buttons:
toolStripButtonShowLog
toolStripButtonSettings
toolStripButtonHelp
toolStripButtonAbout
- This shows the text in addition to the images, makes them
accessible and improves readability
- The settings can now be accessed by Alt+S using the keyboard
This commit is contained in:
4
CUETools/frmCUETools.Designer.cs
generated
4
CUETools/frmCUETools.Designer.cs
generated
@@ -950,7 +950,6 @@ namespace JDP {
|
||||
// toolStripButtonAbout
|
||||
//
|
||||
this.toolStripButtonAbout.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
||||
this.toolStripButtonAbout.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.toolStripButtonAbout.Image = global::JDP.Properties.Resources.information;
|
||||
resources.ApplyResources(this.toolStripButtonAbout, "toolStripButtonAbout");
|
||||
this.toolStripButtonAbout.Name = "toolStripButtonAbout";
|
||||
@@ -959,7 +958,6 @@ namespace JDP {
|
||||
// toolStripButtonHelp
|
||||
//
|
||||
this.toolStripButtonHelp.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
||||
this.toolStripButtonHelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.toolStripButtonHelp.Image = global::JDP.Properties.Resources.world_go;
|
||||
resources.ApplyResources(this.toolStripButtonHelp, "toolStripButtonHelp");
|
||||
this.toolStripButtonHelp.Name = "toolStripButtonHelp";
|
||||
@@ -968,7 +966,6 @@ namespace JDP {
|
||||
// toolStripButtonSettings
|
||||
//
|
||||
this.toolStripButtonSettings.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
||||
this.toolStripButtonSettings.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.toolStripButtonSettings.Image = global::JDP.Properties.Resources.cog;
|
||||
resources.ApplyResources(this.toolStripButtonSettings, "toolStripButtonSettings");
|
||||
this.toolStripButtonSettings.Name = "toolStripButtonSettings";
|
||||
@@ -977,7 +974,6 @@ namespace JDP {
|
||||
// toolStripButtonShowLog
|
||||
//
|
||||
this.toolStripButtonShowLog.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
||||
this.toolStripButtonShowLog.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.toolStripButtonShowLog.Image = global::JDP.Properties.Resources.report;
|
||||
resources.ApplyResources(this.toolStripButtonShowLog, "toolStripButtonShowLog");
|
||||
this.toolStripButtonShowLog.Name = "toolStripButtonShowLog";
|
||||
|
||||
Reference in New Issue
Block a user