File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -74,13 +74,13 @@ pub fn mod_state_side_agnostic_s(state: &ModifiersState) -> String {
7474 s. push ( ' ' ) ;
7575
7676 if state. contains ( ModifiersState :: FN ) {
77- s. push ( '๐ต ' )
77+ s. push ( 'ฦ ' )
7878 } else {
7979 s. push ( ' ' )
8080 } ;
8181 s. push ( ' ' ) ;
8282 if state. contains ( ModifiersState :: FN_LOCK ) {
83- s. push_str ( "๐ต ๐" )
83+ s. push_str ( "ฦ ๐" )
8484 } else {
8585 s. push_str ( " " )
8686 } ;
@@ -309,10 +309,11 @@ fn main() -> Result<(), Box<dyn Error>> {
309309
310310 println ! (
311311 "ฮ is ModifiersChanged event, showing (line #1) side-agnostic modifier state as well as \
312- (#2) side-aware one."
312+ (#2) side-aware one.\n โง Shift โ Control โ Meta โ Alt โGr AltGraph โช CapsLock โญ \
313+ NumLock โณ๐ ScrollLock\n ฦ Fn ฦ๐ FnLock ใซใ๐ KanaLock โน๐ Loya ๐โบ Roya ๐ฃ \
314+ Symbol ๐ฃ๐ SymbolLock\n ๐ฎ is KeyboardInput: โ synthetic, โโ pressed/unknown, ๐ \
315+ repeat\n phys logic txt +mod โmod location"
313316 ) ;
314- println ! ( "๐ฎ is KeyboardInput: โ=synthetic, โโ=pressed/released ๐=repeat" ) ;
315- println ! ( " phys logic txt +mod โmod location" ) ;
316317
317318 // For alternative loop run options see `pump_events` and `run_on_demand` examples.
318319 event_loop. run_app ( App :: default ( ) ) ?;
You canโt perform that action at this time.
0 commit comments