> FLTK currently uses these characters to specify the shortcut's shift states:
> 
>   # - Alt (FL_ALT)
>   + - Shift (FL_SHIFT)
>   ^ - Control (FL_CTRL)
> 
> Looks like we need one other to specify "FL_COMMAND".
> I'd like to add this cause my app needs this.

how about: ⌥ or ⌘ (dunnow what it actual looks like)
http://www.fileformat.info/info/unicode/char/2325/index.htm
http://www.fileformat.info/info/unicode/char/2318/index.htm

there are quite some unicode characters usable as key symbols:
⇧ shift
⇪ caps lock
⌘ command
⌥ option
⌃ control
⎇ alternate?
⏎ ↵ return
⇥ ⇤ ↹ tab/backtab
looking for unicode keyboard symbols
⌨ keyboard
⌤ enter key
⌦ delete
⌧ clear
⌫ backspace
⎈ control
⎉ pause
⎊ interrupt
⎋ escape ␛
⏏ eject
⍽ keyboard symbol for no break space
and a lot of arrows for home/end/pd/up/down/right...

Gombok
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to