Added selection functions to the context menu
This commit is contained in:
@@ -245,6 +245,7 @@ class nwUnicode:
|
||||
## Symbols
|
||||
U_CHECK = "\u2714" # Heavy check mark
|
||||
U_MULT = "\u2715" # Multiplication x
|
||||
U_BULL = "\u2022" # List bullet
|
||||
|
||||
## Arrows
|
||||
U_UTRI = "\u25b2" # Up-pointing triangle
|
||||
@@ -294,6 +295,7 @@ class nwUnicode:
|
||||
## Symbols
|
||||
H_CHECK = "✔"
|
||||
H_MULT = "✕"
|
||||
H_BULL = "•"
|
||||
|
||||
## Arrows
|
||||
H_UTRI = "▲"
|
||||
|
||||
Reference in New Issue
Block a user