Skip to content

Commit

Permalink
Key mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
neurolabusc committed Jul 18, 2021
1 parent f45919c commit f52b9a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions mainunit.lfm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object GLForm1: TGLForm1
Left = 483
Left = 276
Height = 659
Top = 25
Width = 1004
Expand Down Expand Up @@ -1830,16 +1830,16 @@ object GLForm1: TGLForm1
Caption = '-'
end
object PrevOverlayMenu: TMenuItem
Caption = 'Previous (earlier) volume'
Caption = 'Previous volume'
Enabled = False
ShortCut = 16464
ShortCut = 24656
OnClick = PrevOverlayMenuClick
end
object NextOverlayMenu: TMenuItem
Tag = 1
Caption = 'Next volume'
Enabled = False
ShortCut = 16460
ShortCut = 24654
OnClick = PrevOverlayMenuClick
end
end
Expand Down
2 changes: 1 addition & 1 deletion surfice.lps
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<Filename Value="opts.inc"/>
<IsVisibleTab Value="True"/>
<EditorIndex Value="7"/>
<CursorPos Y="9"/>
<CursorPos X="47" Y="14"/>
<UsageCount Value="100"/>
<Loaded Value="True"/>
</Unit10>
Expand Down

0 comments on commit f52b9a1

Please sign in to comment.