AddOn:
- Go to about:support in your address bar
- Look for your profiles directory and open it:
- Create a file named
chrome/userChrome.cssin your profile directory:
| import kotlin.contracts.ExperimentalContracts | |
| import kotlin.contracts.contract | |
| import kotlin.contracts.InvocationKind | |
| /** | |
| * Zero-cost union type. | |
| * | |
| * [Left] and [Right] must not be subtypes of one another, and must not be the same type. | |
| */ | |
| @JvmInline |
AddOn:
chrome/userChrome.css in your profile directory:| Note for newcomers: | |
| In the shortcuts below, "C" stands for CTRL and "A" stands for "ALT". This is a convention | |
| used in the Midnight Commander documentation and was kept here. | |
| You can also use "ESC" instead of "ALT", which is useful on Macbooks. | |
| Main View | |
| --------------------------------------------------------------- | |
| - File/directory operations |