mirror of
https://github.com/fadden/6502bench.git
synced 2025-04-10 20:37:50 +00:00
Change PETSCII keyboard shortcut
Alt+P was clashing in Edit Instruction Operand, so use Alt+T instead.
This commit is contained in:
parent
47c773dcdf
commit
71af8bf117
@ -101,7 +101,7 @@ limitations under the License.
|
||||
GroupName="Display" Content="_ASCII (low or high) character"
|
||||
Checked="SimpleDisplay_CheckedChanged"/>
|
||||
<RadioButton Name="radioSimpleDataPetscii" Grid.Column="1" Grid.Row="1"
|
||||
GroupName="Display" Content="C64 _PETSCII character" Margin="0,4,0,0"
|
||||
GroupName="Display" Content="C64 PE_TSCII character" Margin="0,4,0,0"
|
||||
Checked="SimpleDisplay_CheckedChanged"/>
|
||||
<RadioButton Name="radioSimpleDataScreenCode" Grid.Column="1" Grid.Row="2"
|
||||
GroupName="Display" Content="C64 S_creen character" Margin="0,4,0,0"
|
||||
|
@ -87,7 +87,7 @@ limitations under the License.
|
||||
IsChecked="{Binding FormatBinary}"/>
|
||||
<RadioButton GroupName="Main" Content="_ASCII (low or high) character" Margin="0,2,0,0"
|
||||
IsEnabled="{Binding IsFormatAsciiAllowed}" IsChecked="{Binding FormatAscii}"/>
|
||||
<RadioButton GroupName="Main" Content="C64 _PETSCII character" Margin="0,2,0,0"
|
||||
<RadioButton GroupName="Main" Content="C64 PE_TSCII character" Margin="0,2,0,0"
|
||||
IsEnabled="{Binding IsFormatPetsciiAllowed}" IsChecked="{Binding FormatPetscii}"/>
|
||||
<RadioButton GroupName="Main" Content="C64 Sc_reen character" Margin="0,2,0,0"
|
||||
IsEnabled="{Binding IsFormatScreenCodeAllowed}" IsChecked="{Binding FormatScreenCode}"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user