Show / Hide Table of Contents

Method keys.more.hotkeyToString(+ 1 overload)


Overload

Formats hotkey string like "Ctrl+Shift+K".

public static void hotkeyToString(StringBuilder b, KMod mod, KKey key)
Parameters
b  (StringBuilder)

Append to this StringBuilder.

mod  (KMod)
key  (KKey)

Overload(top)

Formats hotkey string like "Ctrl+Shift+K".

public static string hotkeyToString(KMod mod, KKey key)
Parameters
mod  (KMod)
key  (KKey)
Returns
string