Compiz needs a way to list all existing key binding assignments.
Bug #1434190 reported by
Stephen M. Webb
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
Triaged
|
Medium
|
Unassigned |
Bug Description
I am presently operating in Zorin OS9- Where can i find a list of Compiz commands? I have 5 distros on my current machine- I know how to get to the compiz-config settings manager, but can not find a simple list of keyboard commands for various effects.
Changed in compiz: | |
status: | New → Triaged |
importance: | Undecided → Medium |
To post a comment you must log in.
Here's something that might be close enough for you... profile
Export profile from ccsm with defaults included
`ccsm` -> 'Preferences' [on the left side pannel] -> 'Profile & Backend' tab -> Profile section -> Export
Pick a name and location, example ~/CompizBackup.
"Do you want to skip default option values while exporting your profile?" 'No'
[NOTE: I think this should be asked first before the filename/path is chosen]
The open a bash terminal and copy and paste this in (or retype...)
Adjusting for the filePath/name, etc... you can run something like
grep '\<Shift\ >\|\<Control\ >\|\<Alt\ >\|\<Super\ >\|Button\ |KP_' -- ~/CompizBackup. profile
This should get a list of shortcut keys that Compiz has assigned.