Android Studio : how to create hotkey to clear logcat?

android, android-studio, ide, intellij-idea

Solution

In Android Studio preference/keymap. Search for "Clear all" then assign your key.

However, you need to click/focus on the logcat anyway. PS. I have installed plugin

Key Promoter

This plugin help me use and assign new hotkeys alot

Problem

How to create hotkey to clear logcat in Android Studio. I also look in file/setting/keymap but there is no command to clear logcat. Sometimes I want want to see logs of previous launch too.

Original source