change default hotkey to ctrl+d

This commit is contained in:
Developer02 Digital Data
2019-10-11 11:56:14 +02:00
parent f0e4dfcbd4
commit 8b1cfae8d5

View File

@@ -5,7 +5,7 @@ Public Class ClassConfig
Public Property ConnectionString As String = ""
Public Property LogErrorsOnly As Boolean = True
Public Property HotkeyFunctionKey As String = ClassConstants.HOTKEY_CTRL
Public Property HotkeySearchKey As String = "f"
Public Property HotkeySearchKey As String = "d"
Public Property LoadDocumentView As Boolean = False