@burakcalik If you just want to have the old behavior install ChainOfCommand (for easy macros) and add this keybinding:
{
"keys": ["ctrl+shift+p"],
"command": "chain",
"args": {
"commands": [
["show_overlay", { "overlay": "command_palette" }],
["select_all"],
]
},
},