@@ -690,6 +690,9 @@ HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components{de5aed00-a4bf-11d1-99
HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"IsInstalled",2,1
HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"Locale",2,"*"
HKLM,SOFTWARE\Microsoft\Active Setup\Installed Components{de5aed00-a4bf-11d1-9948-00c04f98bbc9},"Version",2,"4,74,9273,0"
+; Some missing key mapping in libterm
+HKCU,Software\Wine\Term,"^[[1;5C",3,01,01,4d,27,08,00
+HKCU,Software\Wine\Term,"^[[1;5D",3,01,01,4b,25,08,00
There shouldn't be any need to create Wine-specific keys from wine.inf,
especially not under HKCU. The code should be using appropriate
defaults if the key is missing.