diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2022-02-20 09:33:20 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2022-02-20 09:33:20 +0200 |
commit | ed14d3467d6046ddfa66c3143a340428aeef66ae (patch) | |
tree | 1c06f4f34c5caf874847d2d6cfba206f89cd4f33 /src/defs.h | |
parent | 44214359c0f95dcce3a1390506e9fd74202d5ae7 (diff) |
Adding context items to open in new window
Diffstat (limited to 'src/defs.h')
-rw-r--r-- | src/defs.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -157,8 +157,9 @@ iLocalDef int acceptKeyMod_ReturnKeyBehavior(int behavior) { | |||
157 | #define bookmark_Icon "\U0001f516" | 157 | #define bookmark_Icon "\U0001f516" |
158 | #define folder_Icon "\U0001f4c1" | 158 | #define folder_Icon "\U0001f4c1" |
159 | #define file_Icon "\U0001f5ce" | 159 | #define file_Icon "\U0001f5ce" |
160 | #define openTab_Icon "\u2750" | 160 | #define openWindow_Icon "\u2b1a" //"\U0001F5d4" |
161 | #define openTabBg_Icon "\u2b1a" | 161 | #define openTab_Icon add_Icon |
162 | #define openTabBg_Icon "\u2750" //"\u2b1a" | ||
162 | #define openExt_Icon "\u27a0" | 163 | #define openExt_Icon "\u27a0" |
163 | #define add_Icon "\u2795" | 164 | #define add_Icon "\u2795" |
164 | #define page_Icon "\U00010117" | 165 | #define page_Icon "\U00010117" |