keyboard - tilde key not working in Fedora Linux on Macbook Air -


i pretty brand new linux , command line. trying learn commands , got section needed ~ key. when using fedora, ~` key types ><. have tried searching , cannot find answer. have attempted many different fixes have found across multiple sites , issue isn't resolved. appreciated!

i using american english macbook air, 13-inch mid 2013, model 6,2

finally found answer post:
https://superuser.com/a/622365

# clear options setxkbmap -model "pc105" -layout "hr,us" -option ""    # set apple keyboard setxkbmap -rules "evdev" -model "pc105" -layout "hr,us" -option "terminate:ctrl_alt_bksp,lv3:rwin_switch,grp:shifts_toggle,caps:ctrl_modifier,altwin:swap_lalt_lwin"  # swap grave-tilde less-greater key #  - variant without dead keys xmodmap -e "keycode  94 = grave asciitilde" xmodmap -e "keycode  49 = less greater less greater bar brokenbar bar brokenbar" 

Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -