

“Comfortability/Ease of use, especially for new users, can be crucial as their first few interactions can cause frustration and result in a higher churn towards competitors. For developers and some seasoned users, where using their keyboard is a large part their job, ability to remap keystrokes and engage executables can lead to massive gains in time. In fact, this was the second most popular topic measured through thumbs up and the most commented issue in the PowerToys Github,” Microsoft states on GitHub.
One of the new features headed to the current iteration of PowerToys in Windows 10 is called Keyboard Shortcut Manager. This enables users to remap keys at the OS level, with Microsoft noting that 70 percent of users it pinged requested shortcuts, either at the app level or OS level, with OS shortcuts being the most demanded.
Microsoft has prioritized certain abilities and is considering adding them. As it relates to OS level shortcuts, they include:
- Can disable any existing OS-level shortcuts. Example: Windows key + C
- OS level shortcuts have priority over apps that come with shortcuts. Example: Alt + Enter will trigger OS action, not Excel-specific action when in Excel
- Winkey shortcuts have priority over app-specific shortcuts
There is quite a bit more on the topic, which you can view on the GitHub page (hit the link in the Via field below). But for those who have been clamoring for the ability to remap keys, this will provide an OS level way to do that, without necessarily needing a keyboard that allows such things through its own software.
In some cases, this might require a reboot, though not in every instance—it all depends on what the specific function entails. As for when it will be available, Microsoft did not provide any indication.
‘).insertAfter(jQuery(‘#initdisqus’));
}
loadDisqus(jQuery(‘#initdisqus’), disqus_identifier, url);
}
else {
setTimeout(function () { disqusDefer(); }, 50);
}
}
disqusDefer();
function loadDisqus(source, identifier, url) {
if (jQuery(“#disqus_thread”).length) {
jQuery(“#disqus_thread”).remove();
}
jQuery(‘
‘).insertAfter(source);
if (window.DISQUS) {
DISQUS.reset({
reload: true,
config: function () {
this.page.identifier = identifier;
this.page.url = url;
}
});
} else {
//insert a wrapper in HTML after the relevant “show comments” link
disqus_identifier = identifier; //set the identifier argument
disqus_url = url; //set the permalink argument
//append the Disqus embed script to HTML
var dsq = document.createElement(‘script’); dsq.type = ‘text/javascript’; dsq.async = true;
dsq.src = ‘https://’ + disqus_shortname + ‘.disqus.com/embed.js’;
jQuery(‘head’).append(dsq);
}
jQuery(‘.show-disqus’).show();
source.hide();
};
function disqusEvent()
{
idleTime = 0;
}


