Skip to content

xmodmap with inputs #4250

Closed
Closed
@niklasfyi

Description

  • Sway Version: sway version 1.1-rc1-38-g3f77591b (Jun 11 2019, branch 'master')

I was using a script in i3 to set my us key layout to use German "umlaut" (ä, ö, ü and ß).

setxkbmap -layout us -variant altgr-intl -option caps:none
xmodmap -e 'keycode  66 = Mode_switch'
xmodmap -e 'keycode  26 = e E EuroSign cent'
xmodmap -e 'keycode  30 = u U udiaeresis Udiaeresis'
xmodmap -e 'keycode  32 = o O odiaeresis Odiaeresis'
xmodmap -e 'keycode  38 = a A adiaeresis Adiaeresis'
xmodmap -e 'keycode  39 = s S ssharp'

Is it possible to do this with inputs?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions