How to add 'Remove unused imports' shortcut to Visual Studio Code

    ,{
        "key": "shift+alt+r",
        "command": "editor.action.codeAction",
        "args": {
            "kind": "source.unusedImports",
        }
    }

Inspired by this StackOverflow post